代码搜索:MiniSQL

找到约 311 项符合「MiniSQL」的源代码

代码结果 311
www.eeworm.com/read/116793/6112341

msql sample.msql

# # Sample miniSQL script file. # drop table test \p\g drop table test2 \p\g create table test ( name char(10), age int, phone char(20) ) \p\g create index idx1 on test (name)\p\g create t