摘要:
大小写转换函数LOWER('SQL Course') = sql courseUPPER('SQL Course') = SQL COURSEINITCAP('SQL Course') = Sql CourseSELECT employee_id, last_name, department_idFROM employeesWHERE last_name = 'higgins';SELECT employee_id, last_name, department_idFROM employeesWHERE LOWER(last_na 阅读全文
posted @ 2013-11-02 19:20
逝者如斯(乎)
阅读(299)
评论(0)
推荐(0)
浙公网安备 33010602011771号