mirror of
https://github.com/berkeleydb/libdb.git
synced 2024-11-17 01:26:25 +00:00
3 lines
84 B
SQL
3 lines
84 B
SQL
CREATE DATABASE numismatics;
|
|
|
|
CREATE TABLE table1 (att_bin bin(10) PRIMARY KEY);
|