- 博客(3)
- 收藏
- 关注
原创 安装DBeaver报错Faild to load the JNI shared library
安装DBeaver报错Faild to load the JNI shared library
2022-06-08 09:47:52
3234
3
原创 sql更新删除数据
update:update 表名 set 字段=新的值 where 条件如:update pc.product set create_time = ‘2021-03-04 23:00:00’ where productname=“新建”如果有两个表也可以:update pc.product set create_time = ‘2021-03-04 23:00:00’ where productname in (select productname from productinfo where pr
2021-03-25 14:23:20
145
原创 sql两表连接
左连接:left join …on以左边表为主,左边数据必须有,右边数据可以没有右连接:right join …on以右表为主,右表数据必须有,左边可以没有内连接:inner join …on两个表的交集外连接:right join …on两张表数据都展示...
2021-03-25 14:15:38
1165
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅