- 3
Find all loans over rupees 1200
2 Answers
+ 1
RIYA UDANI please make sure to provide sufficient details so that someone answers your question. What is the name of the table, what are the columns and other things that are necessary.
But basically it should look something like
SELECT * FROM table_name
WHERE column_name > 1200;