I have a table called states that i would like to import the state names and abbreviations into.
I have tried the following in enterprise manager -
INSERT INTO TBL_STATES (STATENAME,ABBREVAITESTATE) VALUES
('Alabama','AL':'Alaska','AK')
Not working. Is there a way i can do this, or do i have to insert each record seperatly?
THANKS!
I have tried the following in enterprise manager -
INSERT INTO TBL_STATES (STATENAME,ABBREVAITESTATE) VALUES
('Alabama','AL':'Alaska','AK')
Not working. Is there a way i can do this, or do i have to insert each record seperatly?
THANKS!