返回数据库常用操作......登陆

数据库常用操作单词解析

©李政2018-12-15 17:21:4352

select concat_wa(':','id','name') as 'user_info' from 'user' where 'status'=1 order by 'age';

select    查询 

concat_wa(':','id','name')    以:拼接id和name列

as    起别名

from    哪个表

where    条件

order by    正序排序

update    更新

delete    删除

insert    插入 

count(*)    统计

alter    修改表头

最新手记推荐

• 用composer安装thinkphp框架的步骤• 省市区接口说明• 用thinkphp,后台新增栏目• 管理员添加编辑删除• 管理员添加编辑删除

全部回复(0)我要回复

暂无评论~
  • 取消回复发送
  • PHP中文网