How to quick view tables in DataGrip?

后端 未结 3 1229
被撕碎了的回忆
被撕碎了的回忆 2021-01-11 17:19

In sql express I could setup query shortcuts, so I simply create a \"Select * from \" shortcut and when I press it with the table name selected it shows me the select result

3条回答
  •  庸人自扰
    2021-01-11 17:25

    If I got you right, there are several ways to do what you want:

    1. Ctrl+N (Cmd+O for Mac) → type the name of the table, press Enter

    2. If the cursor is on the name of the table inside the script, press F4.

    3. If you are in the query console, the quick way to type "SELECT * FROM" is to type "sel" and press Tab. Then put the name of the table and run the query.

    4. In any place, wether it's SQL or database explorer, press Ctrl+Q (F1 for Mac) and you will see the quick documentation window.

提交回复
热议问题