Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- MariaDB [waxx]> select `id` from results where md5='ea7364a0ea11093ecf1604660d825110';
- +-------+
- | id |
- +-------+
- | 31208 |
- +-------+
- 1 row in set (0.037 sec)
- MariaDB [waxx]> select * from moves where results_id=31208 order by move_nr desc limit 1;
- +------------+---------+---------------------------------------+------+--------------------+-------+-------+
- | results_id | move_nr | fen | move | took | score | is_p1 |
- +------------+---------+---------------------------------------+------+--------------------+-------+-------+
- | 31208 | 43 | x4oo/6o/7/7/x2oo2/x1ooo2/3xx2 x 70 43 | 0000 | 0.5825796127319336 | -9999 | 1 |
- +------------+---------+---------------------------------------+------+--------------------+-------+-------+
- 1 row in set (0.001 sec)
Advertisement
Add Comment
Please, Sign In to add comment