Bingo Reply #1, 4 months, 1 week ago
I have tried many different ideas but can not find a workable solution. I want to get this sql to xpdo.
SQL:
How can I solve this the best way?
Feels like I tried 100 ways.
SQL:
SELECT modx_garpproducts.title, modx_garpproducts.alias, modx_garpcategories.type, modx_garpcategories.parent FROM modx_garpproducts INNER JOIN modx_garpcategories ON modx_garpproducts.category = modx_garpcategories.catId ORDER BY modx_garpproducts.title
How can I solve this the best way?
Feels like I tried 100 ways.