分享到: ------解决方案-------------------- 可以啊,或者用逗号隔开也行。 ------解决方案-------------------- 如果值域不超过64,那么可直接使用 set 类型 如果不想用 set 类型,值域也肯能远超过 64 那么可以用 varchar 或 text 类型 数据由以逗号分隔的串组成,比如 2,4,6,3 mysql 提供了 find_in_set 函数,用来完成查找工作 ------解决方案-------------------- like 和 find_in_set 还有 in 都是在求“是否在其中”,性能肯定不会高到哪里去 把数据打包在一起,本身就是以时间换空间的做法
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn