代码搜索:Simple
找到约 10,000 项符合「Simple」的源代码
代码结果 10,000
www.eeworm.com/read/147885/5719257
test 1.test
#
# Table creation testing
#
# OK : normal, simple table covering simple types
create table staff (
first_name char(10),
last_name char(10),
dept char(10),
staff_id int,
height real
)\p\g