Hi,
I am trying to add this info into a table and I know there is a way to do it without 
using the insert command on every line of data.

201 200 NJ Jersey City



INSERT INTO categories VALUES ('201', '200', 'NJ', 'Jersey City');



there are way too many lines to do by manual inserts.



Any comments would help. Thanks



Paul






Reply via email to