Simple Example of a MySQL Temporary Table.

Need a table without creating a permanent one in your database? You are in luck!!! This blog post will cover using the TEMPORARY keyword in a CREATE TABLE statement to CREATE a temporary table. But don’t get attached. It won’t be around forever!

(more…)