摘要: 使用git中出现的一些问题 错误信息提示 error: Your local changes to the following files would be overwritten by checkout: .idea/workspace.xml ...... Please, commit your 阅读全文
posted @ 2020-06-04 18:10 WeirJin 阅读(110) 评论(0) 推荐(0)
摘要: DML数据操纵语言 insert into -- 插入 insert into biaoA(column_1,column_2) values('value1','value2') update -- 更新 update biaoA set column_1 = 'value1', column_2 阅读全文
posted @ 2020-06-04 16:58 WeirJin 阅读(139) 评论(0) 推荐(0)