Prova questo
// CREA TABELLA TEMPORANEA
$productList = DB::insert( DB::raw( "CREATE TEMPORARY TABLE tempproducts") );
// CANCELLA TABELLA TEMPORANEA
$dropTable = DB::unprepared( DB::raw( "DROP TEMPORARY TABLE tempproducts" ) );
Prova questo
// CREA TABELLA TEMPORANEA
$productList = DB::insert( DB::raw( "CREATE TEMPORARY TABLE tempproducts") );
// CANCELLA TABELLA TEMPORANEA
$dropTable = DB::unprepared( DB::raw( "DROP TEMPORARY TABLE tempproducts" ) );