Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select - SQL Command
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00013312
Message ID:
00013357
Views:
26
>I have a Customer table that have 20 fields. I want to select 16 fields. Do I have to do this way?
>SELECT C.field1, C.field2,….. , C.field16 FROM Customer C where C.field1 = "whatever"
>
>Any ways?
>
>Thanks
>James

Two methods you can use for this are
a) select them all with '*' even if you're not using all of them just to make life easier
b) use the query designer to get the SQL code and copy/paste it to your pgm and modify as needed
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Previous
Reply
Map
View

Click here to load this message in the networking platform