摘要:
1. 插入数据 1.1.插入单行INSERT INTO table_name VALUES(1,'','','','');1.2。插入单行,字段与值一一对应INSERT INTO table_name (字段) VALUES(与字段一一对应的值)1.3. 插入多行:INSERT INTO table 阅读全文
摘要:
The first day is always the day that we should remember,so i write down this note, as you know , everyone here has learned something or want to learn 阅读全文