//按表中的uid,id倒叙排列
SELECT
*,concat(uid,id) as did FROM `wy_wxuser` order by did desc;

 

相关文章:

  • 2022-12-23
  • 2021-08-03
  • 2022-12-23
  • 2022-12-23
  • 2022-01-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-28
  • 2022-12-23
  • 2022-12-23
  • 2021-07-08
  • 2022-02-08
  • 2021-11-13
相关资源
相似解决方案