摘要:
范围查询: select * from 表名 where price>40 and price<80 select * from 表名 where price between 40 and 80 离散查询: select * from 表名 where price=30 or price=40 or 阅读全文
摘要:
安装wamp后如果出现错误可以用360安全卫士人工服务里搜索msvcp110.dll丢失进行修复。 打开wampmanager图标后,在mysql里找到mysql console,按回车键输入 Update mysql.user set password=PASSWORD(123) where us 阅读全文