How to find second highest salary in mysql query?

|
ShivaPandit0001 2021-01-17 13:18:09
Can anyone help me
It’s very important
akibbutt 2021-01-17 13:18:38
Ok
akibbutt 2021-01-17 13:18:52
What’s ur problem
ShivaPandit0001 2021-01-17 13:20:02
Can u solve this
akibbutt 2021-01-17 13:20:26
What i have to solve in this?
ShivaPandit0001 2021-01-17 13:22:07
One minute
ShivaPandit0001 2021-01-17 13:35:24
It’s all my peoject file
ShivaPandit0001 2021-01-17 13:35:58
But, it isn’t working properly
ShivaPandit0001 2021-01-17 13:36:23
I don’t know where is the problem
ShivaPandit0001 2021-01-17 13:36:41
Can anyone solve this problem
ShivaPandit0001 2021-01-17 13:37:38
Project almost ready but it’s html file and ajex file not working with data base
ShivaPandit0001 2021-01-17 13:37:50
Plz help me
ShivaPandit0001 2021-01-17 13:38:15
You are experienced
ShivaPandit0001 2021-01-17 13:38:26
I hope u can do it
tinkerbell1708 2021-01-17 14:02:17
ShivaPandit0001 2021-01-17 13:38:26
I hope u can do it

Ping me personally

tinkerbell1708 2021-01-17 14:02:31
I will solve it
kasimmk 2021-01-17 14:22:29
Anybody using hmail? How to connect hmail to godaddy?
IsmoilTurdaliyev 2021-01-17 20:08:05
codeslide-23430.jpg
can you help me
yesiamfaiz 2021-01-18 10:24:03
codeslide-23448.jpg
can you help me not open in my localhost
yesiamfaiz 2021-01-18 10:24:55
codeslide-23449.jpg
anyone solve its
yesiamfaiz 2021-01-18 10:26:28
codeslide-23450.jpg
stock folder
Kemal raihan 2021-01-18 12:10:35
Tulir never accept ideas
kishor10d 2021-01-18 12:43:28
yesiamfaiz 2021-01-18 10:24:55
anyone solve its

It is simply look like, you don’t have exact password

ShivaPandit0001 2021-01-18 12:43:35
2021-01-17 10:04:42
i know html,css,bootstrap but all are using how to the creation website i dont know any one reference

Firstly create a web page using html afterthat decorate /design page using css and booststrap

Nirmal Kumar 2021-01-18 13:02:27
ShivaPandit0001 2021-01-17 13:37:38
Project almost ready but it’s html file and ajex file not working with data base

You can contact me personally

antony raj 2021-01-18 13:14:06
Hi gays I lost xaamp htdocs data how to recover it
2021-01-18 13:14:33
Ask your question
antony raj 2021-01-18 13:15:46
Hi gays I lost xaamp htdocs data how to recover it
Naik_G 2021-01-18 13:49:39
antony raj 2021-01-18 13:15:46
Hi gays I lost xaamp htdocs data how to recover it

R u unstalled xampp

2021-01-18 14:31:02
ShivaPandit0001 2021-01-18 12:43:35
Firstly create a web page using html afterthat decorate /design page using css and booststrap

tell any website bro

antony raj 2021-01-18 14:33:50
Naik_G 2021-01-18 13:49:39
R u unstalled xampp

Yes bro

vishalprajapati1993 2021-01-18 17:19:20
How to find second highest salary in mysql query?
vishalprajapati1993 2021-01-18 17:20:05
Department
Employees

How to find second highest salary in mysql join query

RiteshBhavsar 2021-01-18 17:37:47
SELECT name, MAX(salary) AS salary FROM employee WHERE salary < (SELECT MAX(salary) FROM employee);
Swaps Thakkar 2021-01-18 17:44:20
vishalprajapati1993 2021-01-18 17:20:05
Department
Employees

How to find second highest salary in mysql join query

First get data from highest to llwest.then fetch 2nd number by using counter

|