Computer Science, asked by yashraj940, 1 year ago

How to find the datatype of the table

Answers

Answered by Ninu2018
0

in postgres, "select pg_typeof(columnA for example) from tableName" returns each record's "data type" of column "columnA" in table "tableName". how to do this in vertica database?

"select data_type from columns where table_name = " is not the one I am looking.

Similar questions