PDF
Contents1Contents便create table t_raw_config(id int not null primary key auto_increment,`version` char(6) not null,name varchar(50) not null,value varchar(100));create view t_configasselect id, name, value from t_raw_config; Contents2

HTML view coming soon.

Download PDF for the full formatted version.