This is the first UNION SQL code I have written:
SELECT Field1, Field2, Field3 FROM Table1
UNION SELECT Field1, Field2, Field3 FROM MasterTOStatus;
And it work!
Wednesday, January 10, 2007
Friday, January 5, 2007
SQL Documentation
SQL Comments
The standard SQL comment is '--'. This works in SQL Server. However, Access doesn't permit comments.
Subscribe to:
Posts (Atom)