sql query to get the column name that having the highest number in a row
Answers
Answered by
1
select * from "table_Name" where "column" = (select Max("column") from "table_Name");
Hope it helps :)
Similar questions
Math,
5 months ago
India Languages,
5 months ago
History,
5 months ago
Biology,
11 months ago
Math,
11 months ago
Math,
1 year ago
CBSE BOARD X,
1 year ago