mysql> select * from t1  limit 1 \G   //垂直显示查询结果
                                     // \G后面不再跟分号";"
*************************** 1. row ***************************
 year: 2000
month: 01
  day: 01
1 row in set (0.00 sec)

 

相关文章:

  • 2021-09-21
  • 2022-12-23
  • 2021-04-13
  • 2022-12-23
  • 2021-04-18
  • 2022-12-23
  • 2022-12-23
  • 2021-11-13
猜你喜欢
  • 2022-12-23
  • 2021-05-15
  • 2021-07-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-17
相关资源
相似解决方案