php之mySql
摘要:
首先select语句中要遵循WGOL规范顺序。W = where ; G = group by(归组/归类,查询不重复项); O = order by .... ase/dese; L = limit ;编写mySql的连接文件1 View Code在编写代码的过程中我发现传送到数据库的中文会变成乱... 阅读全文
posted @ 2014-07-31 17:30 Zachary_wiz 阅读(213) 评论(0) 推荐(0) 编辑