I take note of this simple sintax:
Bye
CREATE TEMPORARY TABLE IF NOT EXISTS temp_table
( INDEX(col_2) ) ENGINE=MyISAM
AS ( SELECT col_1, coll_2, coll_3 FROM mytable )
Bye
Nessun commento:
Posta un commento