Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to deal with OPTION column
Message
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Versions des environnements
SQL Server:
SQL Server 2005
Divers
Thread ID:
01343791
Message ID:
01343816
Vues:
13
>>>
>>>... ISNULL( mytable.option, CAST('' as CHAR(8))) as OPTION
>>>
>>>
>>>Thank you in advance for any help.
>>
>>You can try
>>
>> ISNULL( mytable.option, CAST('' as CHAR(8))) as "OPTION" or try [] if the first option would not work.
>
>I tried both approaches and neither one work. Thank you.

First try to create this statement in SQL Server, once you be able to make it work there, it should work in VFP as well.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform