Return all possible results from a MySQL WHERE IN Query

前端 未结 0 1496
一向
一向 2021-02-02 11:26

I have the following MySQL query:

SELECT * FROM articles WHERE feed_id IN (11,13,14)

The table is such that there are multiple entries with the s

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