jeudi 2 mars 2017

How to create TEMPORARY table in laravel

how to create a TEMPORARY table in laravel, insert a record and retrieve hello, I'm trying to create a temp table in laravel and insert a record and retrieve that record from temp table and then drop table.

but my temp table is not create

DB::raw(“CREATE TEMPORARY TABLE tbl_temp(temp_id VARCHAR(100),tempcolumn1 VARCHAR(100),tempcolumn2 VARCHAR(100),tempcolumn3 VARCHAR(100)) ;



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire