Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Type of field in SQL select
Message
 
 
To
30/10/2001 13:18:02
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00575206
Message ID:
00575298
Views:
20
>I never wondered about that situation but I thought I would ask for feedback. Basically, it never caused me any problem but here is the situation.
>
>When doing a SQL, such as:
>
>
>SELECT MyField FROM Parent;
> INNER JOIN Child ON Parent.Numero=Child.ParentNumero;
> INTO CURSOR Temp
>
>
>Assuming Parent.Numero is having a type of Integer and Child.ParentNumero is having a type of Numeric(6), would that be optimized? So, in order to be fully optimized, should the types be all the same?

You can use SYS(3054,11) to display the level of optimization.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform