Doing a WHERE IN on multiple columns in Postgresql

后端 未结 4 1409
醉话见心
醉话见心 2020-12-09 15:11

I have a table \'answers\' with an indexed \'problem_id\' integer column, a \'times_chosen\' integer column, and an \'option\' column that\'s a varchar. Currently the only v

4条回答
  •  余生分开走
    2020-12-09 16:03

    It should, at least I've done it before in other SQLs.

    Have you tried it? You can test it with SET times_chosen = times_chosen

提交回复
热议问题