会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
csy113
博客园
::
首页
::
新随笔
::
联系
::
订阅
::
管理
公告
2022年1月2日
Python -- MySQL基本操作(2)
摘要: a、条件 select * from 表 where id > 1 and name != 'tom' and num = 12; select * from 表 where id between 5 and 16; select * from 表 where id in (11,22,33) se
阅读全文
posted @ 2022-01-02 20:57 csy113
阅读(45)
评论(0)
推荐(0)
编辑