Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create other tables from one
Message
From
03/07/2003 06:22:51
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00806454
Message ID:
00806461
Views:
15
This message has been marked as the solution to the initial question of the thread.
>I need to create 3 new tables from
> a table
>
> Field name:
>
> table 1; Names (first letter) from A to F
> table 2; Names (first letter) from G to P
> table 3; Names (first letter) from Q to Z

select * from myTable where Names between 'A' and 'F' into table New1
select * from myTable where Names between 'G' and 'P' into table New2
select * from myTable where Names between 'Q' and 'Z' into table New3

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform