Atmdbtext
Atmdbtext
Atmdbtext
Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights rese
Type 'help;' or '\h' for help. Type '\c' to clear the current input sta
+--------+--------+-------+---------+----------------+---------+---------------+
+--------+--------+-------+---------+----------------+---------+---------------+
mysql> select * from transaction where atmno=1000 order by trid desc limit 10;
+------+-------+-------+------------+---------+-----------+------------+
| trid | atmno | accno | depositamt | withamt | avbalance | tdate |
+------+-------+-------+------------+---------+-----------+------------+
| 52 | 1000 | 10001 | 0 | 100 | 85300 | 2014-04-03 |
| 51 | 1000 | 10001 | 1000 | 0 | 85400 | 2014-04-03 |
| 50 | 1000 | 10001 | 1000 | 0 | 84400 | 2014-04-03 |
| 49 | 1000 | 10001 | 0 | 100 | 83400 | 2014-04-03 |
| 48 | 1000 | 10001 | 200 | 0 | 83500 | 2014-04-03 |
| 47 | 1000 | 10001 | 0 | 100 | 83300 | 2014-04-03 |
| 46 | 1000 | 10001 | 2000 | 0 | 83400 | 2014-04-03 |
| 45 | 1000 | 10001 | 1000 | 0 | 81400 | 2014-04-03 |
| 44 | 1000 | 10001 | 10000 | 0 | 80400 | 2014-04-03 |
| 43 | 1000 | 10001 | 0 | 1000 | 70400 | 2014-04-03 |
+------+-------+-------+------------+---------+-----------+------------+
10 rows in set (0.01 sec)