Viewing 2 posts - 1 through 3 (of 3 total)
A question for you - there's room for improvement in this query - lots of room. Are you interested in this, or simply solving the immediate problem of the running...
June 21, 2010 at 5:24 am
#1182661
Hi
I think you need this kind of query
Select EmpId from employee where empid Not In (select EmpId from attendance where date =
'2010-03-29')
March 30, 2010 at 1:03 am
#1141978