$ 0 0 If you really want the rows where max(dt) is null, you can simply use this, isnt it? SEL NAME,MAX(dt) mx FROM tbl1 group by 1 HAVING MX IS NULL
If you really want the rows where max(dt) is null, you can simply use this, isnt it?
SEL NAME,MAX(dt) mx FROM tbl1
group by 1
HAVING MX IS NULL