摘要:
win10系统 VMware12 Ubuntu64位安装VM-tools时所遇到的提示信息: open-vm-tools are available from the OS vendor and VMware recommends usingopen-vm-tools. See http://kb. 阅读全文
摘要:
1.检索:select * from 表名称 where 列名称=某值; Eg:select * from Users where id=1 2.添加:insert into 表名称(列名称1,列名称2,...) value('值1','值2',...); Eg:insert into Users 阅读全文