数据库
道爷野狗
很好
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu重置root密码报错
刚开始执行命令: update user set authentication_string=password('123') where user='root'; 报错如下: ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '('123') wher原创 2020-09-17 09:50:21 · 439 阅读 · 0 评论 -
orcale建新表根据旧表的结构
代码如下:create table_new as select * from table_old where 1=0原创 2016-11-16 10:32:05 · 611 阅读 · 0 评论
分享