This Is Your Brain On Informatics: MariaDB: Difference between revisions
No edit summary |
No edit summary |
||
| Line 65: | Line 65: | ||
<p>*Commands are capitalized by convention.</p> | <p>*Commands are capitalized by convention.</p> | ||
===In-Class Example of Manually Creating a Table=== | |||
<p>LOAD DATA INFILE '/home/tikenn/meddata_tab.txt' INTO TABLE `test` FIELDS TERMINATED BY '\t' OPTIONALLY ENCLOSED BY '"' LINES TERMINATED BY '\r\n' IGNORE 1 LINE</p> | |||