thinkphp5 链式操作comment用法
2020-12-28 08:31
阅读:470
标签:内容 order by use 分数 php5 esc ble 注释 查询 Db::table(‘think_score‘)->comment(‘查询考试前十名分数‘) SELECT username,score FROM think_score ORDER BY score desc LIMIT 10 / 查询考试前十名分数 / thinkphp5 链式操作comment用法 标签:内容 order by use 分数 php5 esc ble 注释 查询 原文地址:https://blog.51cto.com/13959155/2542671
->field(‘username,score‘)
->limit(10)
->order(‘score desc‘)
->select();
最终生成的SQL语句是:
上一篇:Nginx配置WebSocket
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:thinkphp5 链式操作comment用法
文章链接:http://soscw.com/index.php/essay/38783.html
文章标题:thinkphp5 链式操作comment用法
文章链接:http://soscw.com/index.php/essay/38783.html
评论
亲,登录后才可以留言!