Home > database >  What do you think dataGrip table DDL language?
What do you think dataGrip table DDL language?

Time:09-22

I now what is the interface, how to see the DDL?

CodePudding user response:

Must have console commands to look

CodePudding user response:

A DDL in the top right-hand corner of the query results in the console, click next to see

CodePudding user response:

Two kinds of methods:
A, show the table status from db_name where name='table_name';
B, show the create table table_name;
  • Related