Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
dev:sql:statements:create_table:examples [2010/07/06 19:58]
els
dev:sql:statements:create_table:examples [2010/08/06 03:46]
tdo
Line 18: Line 18:
  
 Parent tables should be declared before children tables. Parent tables should be declared before children tables.
- 
 ===== Typical Example ===== ===== Typical Example =====
  
Line 32: Line 31:
     city            CHARACTER(30) ​  ​QUICKTEXT,​     city            CHARACTER(30) ​  ​QUICKTEXT,​
     state           ​CHARACTER(2) ​   OMNIDEX     state           ​CHARACTER(2) ​   OMNIDEX
-  );+  ) 
 +in "​simple.xml"​;
 </​code> ​   ​ </​code> ​   ​
  
 
Back to top
dev/sql/statements/create_table/examples.txt · Last modified: 2016/06/28 22:38 (external edit)