mysql构造字段注意事项
时间:2018-05-02 15:38:58
收藏:0
阅读:211
where条件不能用:
- 代码:
select (num+thumbs) as item from brand_article where item>10 order by item desc;
- 结果:
原文:http://blog.51cto.com/12173069/2110703
评论(0)