Cast quoted Text into Bigint in Postgresql

后端 未结 0 964
无人共我
无人共我 2020-12-18 03:16

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

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