mysql构造字段注意事项
where条件不能用:
- 代码:
select (num+thumbs) as item from brand_article where item>10 order by item desc;
- 结果:
文章标题:mysql构造字段注意事项
文章起源:http://scpingwu.com/article/pcpisd.html
select (num+thumbs) as item from brand_article where item>10 order by item desc;