Hãy thử điều này
// TẠO BẢNG TẠM THỜI
$productList = DB::insert( DB::raw( "CREATE TEMPORARY TABLE tempproducts") );
// XÓA BẢNG TẠM THỜI
$dropTable = DB::unprepared( DB::raw( "DROP TEMPORARY TABLE tempproducts" ) );
Hãy thử điều này
// TẠO BẢNG TẠM THỜI
$productList = DB::insert( DB::raw( "CREATE TEMPORARY TABLE tempproducts") );
// XÓA BẢNG TẠM THỜI
$dropTable = DB::unprepared( DB::raw( "DROP TEMPORARY TABLE tempproducts" ) );