Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> SQL question

SQL question

From: Curt Ingram <cingramb_at_bigfoot.com>
Date: Thu, 10 Feb 2000 09:29:25 GMT
Message-ID: <Vxvo4.12743$Mk2.520212@newsread2.prod.itd.earthlink.net>


given the following query,

SELECT MIN(number)
FROM table
WHERE description1 = 'TOR' or description2 = 'TOR';

is there a clean way to know which side of the 'or' statement was satisfied ?

Thanks,
Curt Received on Thu Feb 10 2000 - 03:29:25 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US