开发者

data_type and UDT_name in postgresql

Can anyone help me to find different 开发者_JAVA百科data_type and corresponding udt_name in postgresql. I tried searching in Internet but no luck. Any reference where I can find it.


try this.

select data_type,udt_name from information_schema.columns ;
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜