Saturday, 1 April 2017

how to read new paper in online

No comments:

Post a Comment

find max sal

select * from emp a where 1 (select count(distinct(b.sal)) from emp b where b.sal>=a.sal)