Yes, you can union them into a separate select statement and add an order by like:
SELECT * FROM (
SELECT
FirstField AS FieldName
FROM
FirstTable
UNION SELECT
SecondColumn AS FieldName
FROM
SecondTable) as newTable ORDER BY FieldName
Yes, you can union them into a separate select statement and add an order by like:
SELECT * FROM (
SELECT
FirstField AS FieldName
FROM
FirstTable
UNION SELECT
SecondColumn AS FieldName
FROM
SecondTable) as newTable ORDER BY FieldName
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.