OpenWritings.net
Most Viewed Articles
Songs
Search this site:
Technical
Selenium
Selenium 2
Java
TestNG
JUnit
Ant
SQL
XSLT
Bash
DOS
Flex 4
Javascript
Dot language
Regular Expression
Perl
ABAP
CakePHP
Drupal
HTML
Debian
DocBook
Eclipse
Firefox Extension
ImageMagick
Subversion
Octave
Finance
Quality Assurance
Varia
MS Office
User login
Username:
*
Password:
*
Create new account
Request new password
Home
›
SQL
›
MySQL
› Put a table into memory
Put a table into memory
May 17, 2010 - 8:16pm — Xuan Ngo
CREATE
TABLE
new_table ENGINE
=
MEMORY
AS
SELECT
*
FROM
old_table;
‹ Insert a record only if it doesn't exist
up
Restore MySQL database using Ant ›
Printer-friendly version