libdb/test/sql_codegen/data/comments_at_the_end.sql
2011-09-13 13:44:24 -04:00

6 lines
170 B
SQL

CREATE DATABASE numismatics; /*+ CACHESIZE = 16m */
CREATE TABLE coin (cid INT(8) PRIMARY KEY,
unit VARCHAR(20));
/* This is the end of sql. */