fetchSql用于直接返回SQL而不是执行查询,适用于任何的CURD操作方法

$result = Db::table('think_user')->fetchSql(true)->find(1);

输出result结果为: SELECT * FROM think_user where id = 1

 

相关文章:

  • 2022-12-23
  • 2021-05-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-08
猜你喜欢
  • 2021-09-28
  • 2022-12-23
  • 2021-11-04
  • 2021-07-26
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案