0

I want to view the table creation statement in TDengine, So I execute the following sql:

SHOW CREATE DATABASE 

However, it didn't display the entire row. How do I need to adjust it?

superman
  • 1
  • 4

1 Answers1

0

From your description, I think this is what you need.

SHOW CREATE DATABASE\G;
cpvmrd
  • 51
  • 4