Revision history of "Create Table Examples for MySQL"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search

Diff selection: Mark the radio boxes 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)
  • (cur | prev) 22:08, 24 May 2007Admin (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)