I wish to find the 6 highest amounts in my Mysql database.
The database name is employment
The table name is jobs
The columns / fields are:
'Job title'
'Company Name'
'Employment dates'
'Pay'
The 'Pay' column / field contains only numbers such as 100
I would like to know the 6 Highest 'Pay' amounts I received.
Thanks for your help
The database name is employment
The table name is jobs
The columns / fields are:
'Job title'
'Company Name'
'Employment dates'
'Pay'
The 'Pay' column / field contains only numbers such as 100
I would like to know the 6 Highest 'Pay' amounts I received.
Thanks for your help
Comment