Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQLServer 2000 Syntax Help
Message
 
To
02/10/2007 16:55:21
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01258096
Message ID:
01258097
Views:
14
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform