Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コマンドウィンドウで、クエリの最後に\Gを追加するだけで垂直表示を取得できます。SELECT*FROMメンバーWHEREmember_id= '1234567' \ G; phpから同じものを複製しようとしましたが、機能しません。これはできますか?
\GはmySQLCLIプログラムの機能であり、mysql自体ではありません。これを行うには、ループを作成する必要があります。
\G