sql postgres中的Comando desc表。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sql postgres中的Comando desc表。相关的知识,希望对你有一定的参考价值。

select 
	column_name, 
	data_type, 
	character_maximum_length
from INFORMATION_SCHEMA.COLUMNS 
	where table_name = 'condicoes_tempo_metar_ldm' 
AND table_schema = 'dados_ocorridos';

以上是关于sql postgres中的Comando desc表。的主要内容,如果未能解决你的问题,请参考以下文章

SQL CLR标量UDF中的DES解密不起作用

sql postgres中的SQL查询

Postgres 中的动态 SQL

postgres中的动态sql查询

sql 忽略Postgre SQL中的重复插入

使用 SQL 列出 Postgres db 8.1 中的所有序列