How to display the entire row of sql statement in TDengine?

32 Views Asked by At

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?

1

There are 1 best solutions below

0
cpvmrd On

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

SHOW CREATE DATABASE\G;