If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > sql

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-03-02, 17:05
caustin0 caustin0 is offline
Registered User
 
Join Date: May 2002
Posts: 37
Question sql

Is it possible to combine an if statement with sql...example:

if x=y then
SELECT *
FROM tbl_comp
else
SELECT *
FROM tbl_comp
Where x<>y
Reply With Quote
  #2 (permalink)  
Old 05-08-02, 14:33
Manish Manish is offline
Registered User
 
Join Date: Dec 2001
Location: Delhi/Bangalore, India
Posts: 74
This should work in standard SQL implementations...including PL/SQL and MS SQL Server.
__________________
manish
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On