Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select statement with Function
Message
From
18/09/2001 23:16:20
 
 
To
18/09/2001 16:06:46
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00558068
Message ID:
00558173
Views:
25
>Is there a way to use one function in a select statement to return values for two distinct columns in the cursor?

No. One function per column:
SELECT ;
  Func1(ParameterList1) AS Column1, ;
  Func2(ParameterList2) AS Column2, ;
  ...
Why do you want to get two columns back from one function?
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Previous
Reply
Map
View

Click here to load this message in the networking platform