Dbms Lab1 Exp
Dbms Lab1 Exp
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> select card_id from book_lending where due_date between "14jan2017" and
"6feb2017" group by card_id having count(*)>0;
+---------+
| card_id |
+---------+
| 2001 |
+---------+
1 row in set (0.00 sec)