Search
 
SCRIPT & CODE EXAMPLE
 

SQL

2nd max salary query in sql

select *from employee 
group by salary 
order by  salary desc limit 1,1;
Comment

PREVIOUS NEXT
Code Example
Sql :: delete rows from table sql 
Sql :: sql select if not exists 
Sql :: Cannot truncate a table referenced in a foreign key constraint (`video_clips`.`channel_clips`, CONSTRAINT `clips_fk` FOREIGN KEY (`clip_id`) REFERENCES `video_clips`.`clips` (`id`)) in sql] 
Sql :: ms sql mac 
Sql :: mysql create a user 
Sql :: mysql time 
Sql :: sql power function 
Sql :: how to get previous year from sysdate in oracle 
Sql :: sql delete where in 
Sql :: ORA-01090: shutdown in progress - connection is not permitted 
Sql :: SQL Updating a View 
Sql :: add clumn to table postgres 
Sql :: sql inserted 
Sql :: get locked tables sql server 
Sql :: declare or use variable in snowflake 
Sql :: android sqlite database example 
Sql :: insert or ignore postgres 
Sql :: how to define a save method in ruby for sql databases 
Sql :: sqlite copy table to another table 
Sql :: import mysql database command line 
Sql :: identity syntax in sql 
Sql :: php get closest location by latitude longitude 
Sql :: sql roll up rows into columns 
Sql :: android sqlite query join 
Sql :: restore backup "text" postgresql command line 
Sql :: case statement in select query in sql 
Sql :: order by sql query 
Sql :: oracle drop type 
Sql :: list mysql tables and views 
Sql :: wamp server mysql password 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =