Custom SQL queries

4 posts by 3 authors in: Forums > CMS Builder
Last Post: June 28, 2011   (RSS)

By davidarendsen - June 24, 2011 - edited: June 24, 2011

How can I use custom SQL queries with CMS Builder?

I want to use UNION in a query, but don't know how to use it with the sql query builder.

Re: [davidarendsen] Custom SQL queries

By Jason - June 24, 2011

Hi,

Are you trying to execute a query inside CMS Builder, or on a page that is using CMS Builder?

If you want to be able to test queries on your database from inside CMS Builder, we have a free MySQL Console plugin:
http://www.interactivetools.com/add-ons/detail.php?MySQL-Console-1011

If you can provide some more information about what you're trying to accomplish, we should be able to make some suggestions.

Hope this helps
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] Custom SQL queries

I'm trying to execute a query on a page that is using CMS Builder.

I need to be able to merge 2 sql queries.
Merging 2 sql queries with array_merge() doesn't get me the same results as UNION.