sql - `show create table` equivalent in sap hana -



sql - `show create table` equivalent in sap hana -

in mysql can see table definition (columns info types etc) show create table table_name.

is there similar functionality sap hana?

actually there several ways that.

sap hana studio table editor (open table definition) , click on export sql icon. call get_object_definition ('schema_name', '') use export table functionality - create .sql file definition.

sql hana

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -