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
Subscribe to:
Post Comments (Atom)
The purpose of this blog is to contain the information I am learning about SQL and make it possible for me to retrieve that knowledge at a later time.
No comments:
Post a Comment