Create Table Examples for MySQL: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

24 May 2007

  • curprev 20:0820:08, 24 May 2007 Admin talk contribs 7,880 bytes +7,880 New page: 03. CREATE A TABLE === Example 1 === . mysql> create table tablename (field1 integer,field2 char(50)); . mysql> create table tablename (field1 integer not null auto_increment,f...
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)