最佳答案
如何将整数转换为字符串作为PostgreSQL查询的一部分?
例如,我需要:
SELECT * FROM table WHERE <some integer> = 'string of numbers'
其中<some integer>
可以是1到15位数字。