J
jonefer
Using an "INSERT INTO" statment...
is there a quick syntax for adding a complete row from one table to another
(Yes, the fields are exactly the same) without having to name each field?
Also...
Using an UPDATE statement
is there a quick way to update a record with the complete contents of the
same record from another table?
These would be extremely useful for a manual synchronize that I have to write.
is there a quick syntax for adding a complete row from one table to another
(Yes, the fields are exactly the same) without having to name each field?
Also...
Using an UPDATE statement
is there a quick way to update a record with the complete contents of the
same record from another table?
These would be extremely useful for a manual synchronize that I have to write.