SQL question
From: Curt Ingram <cingramb_at_bigfoot.com>
Date: 2000/02/10
Message-ID: <Vxvo4.12743$Mk2.520212_at_newsread2.prod.itd.earthlink.net>#1/1
Date: 2000/02/10
Message-ID: <Vxvo4.12743$Mk2.520212_at_newsread2.prod.itd.earthlink.net>#1/1
[Quoted] 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 - 00:00:00 CET