How to use keyword 'in' instead of '=any(…)' in PostgreSQL

后端 未结 0 999
礼貌的吻别
礼貌的吻别 2020-12-03 16:25

This query of mine works normally in PostgreSQL using Python PsycoPG2:

c = pg_con.cursor()
id_list = [111,112,113]

c.e         


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