- 3

Find all loans over rupees 1200

26th Nov 2020, 4:54 AM
RIYA UDANI
RIYA UDANI - avatar
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;
26th Nov 2020, 6:07 AM
Avinesh
Avinesh - avatar