This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
db5.3
mirror of
https://gitee.com/openkylin/db5.3.git
Watch
9
Star
0
Fork
You've already forked db5.3
0
Code
Issues
Projects
Releases
Wiki
Activity
0c368e6b6b
db5.3
/
test
/
sql_codegen
/
data
/
two_same_tables.sql
8 lines
226 B
SQL
Raw
Blame
History
CREATE
DATABASE
numismatics
;
CREATE
TABLE
coin
(
cid
INT
(
8
)
PRIMARY
KEY
,
unit
VARCHAR
(
20
)
)
;
CREATE
TABLE
coin
(
cid
INT
(
8
)
PRIMARY
KEY
,
unit
VARCHAR
(
20
)
)
;
Reference in New Issue
View Git Blame
Copy Permalink