SELECT 'X'
From: Steve <smontgomerie_at_hotmail.com>
Date: 13 Aug 2002 13:31:07 -0700
Message-ID: <156709aa.0208131231.4879416_at_posting.google.com>
Date: 13 Aug 2002 13:31:07 -0700
Message-ID: <156709aa.0208131231.4879416_at_posting.google.com>
Hello,
DELETE FROM EMP
the statement fails with missing expression
I'm unclear on the usage of SELECT 'X'
tks
Having developer trying to run something like this
WHERE (SELECT 'X' FROM emp WHERE empno = 1);
an also why does the statement fail?
steve Received on Tue Aug 13 2002 - 22:31:07 CEST