libdb/test/sql_codegen/data/comments_at_the_end.sql

7 lines
170 B
MySQL
Raw Normal View History

2011-09-13 17:44:24 +00:00
CREATE DATABASE numismatics; /*+ CACHESIZE = 16m */
CREATE TABLE coin (cid INT(8) PRIMARY KEY,
unit VARCHAR(20));
/* This is the end of sql. */