Cast quoted Text into Bigint in Postgresql

后端 未结 0 597
天命终不由人
天命终不由人 2020-12-18 02:44

By using below query, i had tried to convert the Text column to Bigint.

select id::bigint  from TBL_Log limit 20;

But it gives the following

相关标签:
回答
  • 消灭零回复
提交回复
热议问题