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.
500 行を超えるクエリの合計行数を表示する方法 (設定またはショートカット) はありますか? 私は基本的にselect count(*) from (<query>) t、表示された行に加えての出力を探しています。
select count(*) from (<query>) t
より良い方法があることを望んでいるので、自分の質問に答えて受け入れませんが、ライブ テンプレートを作成できます。
SELECT count(*) FROM ($SELECTION$) tablenameyoullneveruse
クエリを選択し、Surround with Live Template を使用します...
まだ同時解決を望んでいます(2番目のクエリを作成する必要はありません)。