ansjcy
4/16/2019 - 10:44 PM

general: some useful tips for mysql

some general useful tips for mysql

  • Mysql 查询最后加\G: Terminating a MySQL query with \G instead of ; will cause MySQL to return the result set in vertical format, which is sometimes easier to read if the number of returned columns is large.