How to select rows from subquery as an array?

前端 未结 0 1949
花落未央
花落未央 2020-12-10 02:47

I am trying to translate the following PostgreSQL query:

DELETE FROM mytable
WHERE id = ANY(ARRAY(
    SELECT id
    F         


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