Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQLServer 2000 Syntax Help
Message
 
À
02/10/2007 16:55:21
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 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01258096
Message ID:
01258097
Vues:
13
This message has been marked as the solution to the initial question of the thread.
>I want to select add a new column to a select statement. I want to create the column as a logical column in the result cursor. All of the fields actually do exist except for iflag:
>
>SELECT field1, field2, field3 as newfield, .F. as iflag
>
>I can do:
>
>SELECT field1, field2, field3 as newfield, 0 as iflag
>
>but I want a logical field not a numeric field. I've been racking my brain and I just can't remember what the syntax is!
>
>TIA,
>
>Tracy
SELECT field1, field2, field3 as newfield, CAST(0 as bit) as iflag
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform