上一页 1 ··· 335 336 337 338 339 340 341 342 343 ··· 493 下一页
  2013年11月3日
摘要: 使用INSERT语句INSERT INTO table [(column [, column...])]VALUES (value [, value...]);INSERT INTO departments(department_id, department_name, manager_id, location_id)VALUES (70, 'Public Relations', 100, 1700);字符和日期需要用单引号INSERT INTO employeesVALUES (114, 'Den', 'Raphealy', ... 阅读全文
posted @ 2013-11-03 16:07 逝者如斯(乎) 阅读(306) 评论(0) 推荐(0)
上一页 1 ··· 335 336 337 338 339 340 341 342 343 ··· 493 下一页