MySQL query with "List Options"

2 posts by 2 authors in: Forums > CMS Builder
Last Post: October 23, 2008   (RSS)

By aev - October 23, 2008

Hi!

Is it possible to have a MySQL query for creating a drop-down list for all titles in multiple sections?
This would be similar to the current List Option "Get options from database (advanced)", but with multiple sections.

I tried this code:
SELECT num, title FROM cmsb_tableName, cmsb_tableName2, cmsb_tableName3
But it produced a SQL error, maybe we need some "CONCAT" in there??


We want to use this to enable our clients to link to existing pages.

-aev-