Hello,

I have a question about INSERTing data into 2 different tables with one statement.  
Can you do this?

INSERT INTO table1 (name,address,phone) VALUES ( ' USER ', ' USERADDY ',' USERPHONE') 
AND table2 (name) VALUES( ' USER ');

-Dan

Reply via email to