Hello Paul,
You just beat me by a couple minutes! :-)
Thanks, I've found out this statement works as well:
-----> INSERT INTO address_backup(ROWID,First,Last,Country) SELECT ROWID,First,Last,Country FROM address;
Thanks a lot,
-- Tito
On 26 may 2004, at 9:15, Paul Smith wrote:
Shouldn't the INSERT be
INSERT INTO address_backup (ROWID, First, Country, Last) SELET * from Address
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]