Can anyone help me to find different 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 ;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With