I have two tables.
我有两张桌子。
Table A
+----+-------+--------+-------+-------+
| ID | First | Middle | Last | Time |
+----+-------+--------+-------+-------+
| 1 | John | Alan | Smith | 12:38 |
+----+-------+--------+-------+-------+
| 2 | John | Alan | Smith | 1:24 |
+----+-------+--------+-------+-------+
| 3 | John | Alan | Bauer | 1:24 |
+----+-------+--------+-------+-------+
| 4 | Sam | Paul | West | 10:04 |
+----+-------+--------+-------+-------+
Table B
+----+
| ID |
+----+
| 2 |
+----+
| 4 |
+----+
Table A
+----+-