Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Question
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00609127
Message ID:
00609138
Views:
23
You have to tell it what fields to pull also:
SELECT * TOP 500 && *=all fields;
  FROM Resh ;
  ORDER BY StatName ;
  INTO CURSOR ReshTemp
>Why doesn't this work?
>
>
>SELECT TOP 500 ;
>  FROM Resh
>  ORDER BY StatName;
>  INTO CURSOR ReshTemp
>
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Previous
Reply
Map
View

Click here to load this message in the networking platform