Click here to Skip to main content
15,884,388 members

Comments by Hareesh Malli (Top 16 by date)

Hareesh Malli 29-Oct-15 0:52am View    
Thanks Umar_Farooq for you replay, your article is good but i got some other way to do my stuff and now i am gonna post my answer below. Thanks again dude.....
Hareesh Malli 28-Oct-15 3:50am View    
I have some client limitations. For that i have to create table using javascript only.
Hareesh Malli 20-Mar-15 4:43am View    
Awesome answer and thank you bro.......
Hareesh Malli 20-Mar-15 3:38am View    
I was designed because i am developing an application. And i have tried in my own way but i couldn't get the result
Hareesh Malli 25-Feb-15 0:38am View    
You did a great one but small change you have to do in "Query to get nth Lowest Salary" like this
"SELECT TOP 1 salary
FROM (
SELECT DISTINCT TOP n salary
FROM employee
ORDER BY salary ASC) a
ORDER BY salary desc"