Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Include NULL in the result
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01036945
Message ID:
01037002
Vues:
25
>>I'm not sure how efficient following query will be but it shoud be backend independed
...
>>SELECT SPACE(50) as cEmpName, SPACE(10) as cUserID, CAST(null as C(16) NULL) as cUsGrLink_pk
>>	FROM Users
>>
>>	WHERE cUserID = (SELECT MIN(cUserID) FROM Users )
>>or
>>	WHERE cUserID = (SELECT MAX(cUserID) FROM Users )
>>or
>>	WHERE cUserID = (SELECT TOP cUserID FROM Users ORDER BY cUserID)
>>
>>
>
>The original select works without any WHERE condition in the UNION portion and returns just one empty record. Are you saying, it would not work the same way in SQL Server?

What select are you refering to and what it has tio do with backend independancy?
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform