Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inserting into tables from xls spreadsheet
Message
 
To
11/07/2002 10:28:18
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00677519
Message ID:
00677543
Views:
24
You could use a plain:

append from (XLSFILE) XLS for (condition_on_table)

>Hey everyone,
>I am trying to insert into 3 tables data from one spread sheet. The problem is that not all the columns in the spread sheet go into all 3 tables. Can I run SQL like on Microsoft Sequel Server and code something like:
>insert into table
>select (col1, col2,col5,col9......)
>From *.xls
>
>Any help would be appreciated. Thanks.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform