Microsoft
Software
Hardware
Network
Question : How to construct if-else in this sql query?
I have complex query for oracle database, I simplify it as below
select a.platform, b.platform, b.name...
from table1 a,
table2 b,
table3 c
where
....
Now I want to put a conditional statement
if a.platform ='Linux-PC' and b.platform='Linux, then select this select this record
How to do this meaning in the query?
Answer : How to construct if-else in this sql query?
that tutorial appears to use an older version, try the older version that has a seperate windows download
http://code.google.com/int
l/iw-IL/we
btoolkit/v
ersions.ht
ml
Random Solutions
Class Diagram
What is the extension to bring in a 2007 Excel xlsm workbook into Access 2007?
Globally change the Blackberry Service Display name
check to see if an image exists on a remote server in vb.net
How do you create a manual SOAP request to a web service in C#?
You Do Not Have Permission To Send On Behalf Of The Scified User
Creating a new Array and Logical Drive
Is there a way to format an external drive so Linux and Windwos 7 can see it?
Network issues loading company web-site
how do I conditionally format number in query result to show red if negative