tp5打印sql
程序员文章站
2024-03-08 09:06:17
...
thinkphp5打印sql语句的方法为
echo DB::name('Pay_record')->getlastsql();//Pay_record表名
或
echo DB::table('Pay_record')->getlastsql();