MySQL

From Christoph's Personal Wiki
Revision as of 16:34, 13 January 2006 by Christoph (Talk | contribs) (Started article)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

MySQL is a multithreaded, multi-user, SQL (Structured Query Language) Database Management System (DBMS).

External data input

Example:

LOAD LOCAL DATA INFILE 'foo.txt'
INTO TABLE company
FIELDS TERMINATED BY ','
ENCLOSED BY '"'
LINES TERMINATED BY '\n';

External links