Is there anyway to import a .csv(or other file) to a SYBASE
table using ISQL?
According to the Sybase SQL Anywhere User's Guide, I can use the
LOAD TABLE command.
I tried this:
load table My_Family from 'c:\\test\\testfile.csv'
and I get the message
Invalid syntax near the keyword table.
table using ISQL?
According to the Sybase SQL Anywhere User's Guide, I can use the
LOAD TABLE command.
I tried this:
load table My_Family from 'c:\\test\\testfile.csv'
and I get the message
Invalid syntax near the keyword table.