Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tricky SELECT query question?
Message
From
30/09/1998 02:04:49
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Tricky SELECT query question?
Miscellaneous
Thread ID:
00142244
Message ID:
00142244
Views:
62
Hi,
Iam trying to extract certain fields from a table.
Suppose I have a table with three fileds
Shipper, Receiver and type

My query should return rows with one column such that if
type is 1, it should return flat string "TYPE 1", otherwise, it should return Receiver.
Suppose my data is like

"Shipper1", "Receiver1", 1
"Shipper2", "Receiver2", 2
"Shipper3", "Receiver3", 1

And the query should return
"TYPE 1"
"Receiver2"
"TYPE 1"

How to write an sql query for this?

Thanks
Puri
Next
Reply
Map
View

Click here to load this message in the networking platform