Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sub-Select with CASE in a view??
Message
From
06/05/2004 08:36:54
 
 
To
06/05/2004 07:06:48
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00901502
Message ID:
00901522
Views:
10
This message has been marked as the solution to the initial question of the thread.
CREATE VIEW myview
AS
SELECT item1, item2, CAST (CASE WHEN item3=1 THEN 'T' END CHAR(1)) as TF
FROM TABLE1
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform