Viewing 4 posts - 1 through 4 (of 4 total)
derailed from the topic and question.....
do not use more than two instances of given table...
try to give output like this.
PersonID IsImproper
1 ...
November 12, 2008 at 8:06 am
yes the task could have been done this way but she wants all the records to be called improper if any of the date is not proper
November 12, 2008 at 6:56 am
can anyone perform this task with two tables only....
November 12, 2008 at 3:26 am
Hi Divya, it gud..
you just can minimize the query length a little by removing the highlighted text...
SELECT *,
(SELECT CASE
...
November 12, 2008 at 2:51 am
Viewing 4 posts - 1 through 4 (of 4 total)