mysql构造字段注意事项
更新:HHH   时间:2023-1-7


where条件不能用:

  1. 代码:
    select (num+thumbs) as item from brand_article where item>10 order by item desc;
  2. 结果:
返回MySQL数据库教程...