Guest
Hello,
I've two table and two sql commands for retrieving records from them. I use a "UNION" to join these records:
SELECT columnName FROM (sql1 UNION sql2)
Now how can I have records of sql1 before sql2???
Please help.
I've two table and two sql commands for retrieving records from them. I use a "UNION" to join these records:
SELECT columnName FROM (sql1 UNION sql2)
Now how can I have records of sql1 before sql2???
Please help.