数据库某个字段值是一个数组怎么查出来?

2025-04-06 23:22:00
推荐回答(2个)
回答1:

把where子句去掉即可
SELECT TYPES from question

回答2:

select * from question where id = 7