Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cycles with SQL pass thought
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00432646
Message ID:
00432664
Views:
18
It depends on where the data you want to inset is... you can do something like...

INSERT INTO MyTable SELECT * from ThisTable WHERE ...

BOb

>Hi,
>
>Anyone knows if it's possible to make a cycle in SQL "language"?
>
>With VFP:
>
>For i = 1 to 500
> Insert into myTable(....
>Next i
>
>With SQL:
>
>???
>
>
>Thanks,
>
>Ricardo
Previous
Reply
Map
View

Click here to load this message in the networking platform