会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
随年c
博客园
首页
新随笔
联系
订阅
管理
2020年3月16日
sql-lib闯关之lesson46-53
摘要: 知识铺垫 SQL语句中,asc是指定列按升序排列,desc是指定列按照降序排列。select * from users order by 1 desc;使用降序进行排列select * from users order by 1 asc;使用升序进行排列。 Right() select right
阅读全文
posted @ 2020-03-16 21:33 陈子硕
阅读(182)
评论(0)
推荐(0)
编辑
公告