Content deleted Content added
m r2.7.1) (Robot: Adding nl:Databasedump |
Connor Behan (talk | contribs) →Example: - I cannot get this to work without backticks. They are required according to the documentation: http://dev.mysql.com/doc/refman/5.0/en/identifiers.html |
||
Line 6:
<source lang="sql">
-- Database
CREATE DATABASE
USE
-- Table structure for table
CREATE TABLE
PRIMARY KEY (
);
-- Data for table
INSERT INTO
</source>
|