Samstag, 12. Juli 2008

MySQL Commands: create and Load

create table Generic(generic varchar(50), trade varchar(50), mechanism text, uses varchar(50));
load data infile '/path/my/file.txt' into table generic;
http://sql-info.de/mysql/examples/CREATE-TABLE-examples.html

Keine Kommentare: