javsmo

Untitled

Feb 11th, 2015
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. mysql> select word, hex(word) from oldword where word like 'hua%';
  2. +----------+------------------+
  3. | word | hex(word) |
  4. +----------+------------------+
  5. | huamanal | 6875616D616E616C |
  6. | huã | 6875C3A3 |
  7. | hua | 687561 |
  8. +----------+------------------+
  9. 3 rows in set (0,07 sec)
Advertisement
Add Comment
Please, Sign In to add comment