2015年5月15日
摘要: Mysql 大家都会用这样的語法:SELECT `column` FROM `table` where `condition`like`%keyword%’事实上,可以使用 locate 和 instr 这两个函数来代替SELECT `column` from `table` wherelocate... 阅读全文
posted @ 2015-05-15 09:34 duanxz 阅读(861) 评论(0) 推荐(0)