作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
最佳答案
请尝试这个查询:
(SELECT * FROM `tablename` where `type` = 'text' limit 0,2) UNION (SELECT * FROM `tablename` where `type` = 'image' limit 0,5)
它返回这样的东西,
+--------+-------+------------+
| id | type | value |
+--------+-------+------------+
| 1 | text | text1 |
| 2 | text | text2 |
| 4 | image | image1.jpg |
| 5 | image | image2.jpg |
| 6 | image | image3.jpg |
| 7 | image | image4.jpg |
| 8 | image | image5.jpg |
+--------+--------------------+
关于mysql - 在 MySQL 中优先选择,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34673685/
我有以下查询(简化): SELECT * FROM projects ORDER BY name ASC 现在我想要选择一个 ID - 应选择该 ID 作为第一个,然后选择其他 ID(使用 ORDER
我是一名优秀的程序员,十分优秀!