Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Functions in a select
Message
 
 
To
25/08/2008 16:00:34
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01341594
Message ID:
01341624
Views:
16
>>>The alternative would be to select into an empty field and then run the function afterward via a SCAN. Would that be preferable?
>>>
>>I would guess that derived table solution would be quicker than select + update using the original function, but you may want to test it to be sure.
>
>What exactly do you mean by a derived table?

I gave you the whole query in one of my replies.

The derived query is a select statement inside the select, e.g.
select myTable.*, myDerived.* from myTable inner join (select ... ) myDerived on myTable.Field = myDerived.Field
Here is my reply with the code for your case
Re: Functions in a select Thread #1341594 Message #1341617
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform