识别大小写字母的查询问题

浏览:450 发布日期:2020/10/25 分类:求助交流
传统开发SQL用binary识别大小写字母的查询语句
可识别大小写:select uid from tb where binary uid='$uid' order by id desc

新的要怎么写也会能识别呢,求助
无法识别大小写语句:$res = tbModel::create()->where('uid',$uid??'')->field('longurl')->order('id','desc')->get();


最佳答案
评论( 相关
后面还有条评论,点击查看>>