Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Type of field in SQL select
Message
De
30/10/2001 20:49:54
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00575206
Message ID:
00575439
Vues:
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.

Thanks Sergey, that one was part of the problem we had today with the Web Service. Basically, the technique I am now using is doing it ok. Thanks for the help
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform