exampledb.result
Upload User: romrleung
Upload Date: 2022-05-23
Package Size: 18897k
Code Size: 0k
Category:

MySQL

Development Platform:

Visual C++

  1. drop table if exists t1;
  2. CREATE TABLE t1 (
  3. Period smallint(4) unsigned zerofill DEFAULT '0000' NOT NULL,
  4. Varor_period smallint(4) unsigned DEFAULT '0' NOT NULL
  5. ) ENGINE=example;
  6. drop table t1;