Skip to content

Instantly share code, notes, and snippets.

@nsuan
Created October 7, 2014 19:32
Show Gist options
  • Save nsuan/c7d7380ec36b3d8b31f0 to your computer and use it in GitHub Desktop.
Save nsuan/c7d7380ec36b3d8b31f0 to your computer and use it in GitHub Desktop.
mysql> select * from CharactersUS where level = 90 order by pkid desc limit 20;
+-------+------------+-----------------+--------------------------+-------+------+---------------+------------+--------+---------------------+-------+
| pkid | name | realm | guild | class | race | weekincrement | modified | points | checktime | level |
+-------+------------+-----------------+--------------------------+-------+------+---------------+------------+--------+---------------------+-------+
| 21172 | Endoxos | arygos | | 2 | 10 | 1 | 2147483647 | 12100 | 2014-10-14 15:32:01 | 90 |
| 21170 | Andeisha | arygos | Forsaken Children | 7 | 2 | 1 | 2147483647 | 5465 | 2014-10-14 15:32:00 | 90 |
| 21169 | Feiyn | wyrmrest-accord | The Hush | 3 | 2 | 1 | 2147483647 | 17945 | 2014-10-14 15:32:00 | 90 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment