flok99

Untitled

Nov 2nd, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. MariaDB [waxx]> select `id` from results where md5='ea7364a0ea11093ecf1604660d825110';
  2. +-------+
  3. | id |
  4. +-------+
  5. | 31208 |
  6. +-------+
  7. 1 row in set (0.037 sec)
  8.  
  9. MariaDB [waxx]> select * from moves where results_id=31208 order by move_nr desc limit 1;
  10. +------------+---------+---------------------------------------+------+--------------------+-------+-------+
  11. | results_id | move_nr | fen | move | took | score | is_p1 |
  12. +------------+---------+---------------------------------------+------+--------------------+-------+-------+
  13. | 31208 | 43 | x4oo/6o/7/7/x2oo2/x1ooo2/3xx2 x 70 43 | 0000 | 0.5825796127319336 | -9999 | 1 |
  14. +------------+---------+---------------------------------------+------+--------------------+-------+-------+
  15. 1 row in set (0.001 sec)
Advertisement
Add Comment
Please, Sign In to add comment