摘要:
use wisoncreate table a(id int identity(1,1),name varchar(10))insert into a select 'wison'select * into b_a from a此时,b_a表中的id仍然是自增列。此时,我们可以采取另外一个方法,来使... 阅读全文
摘要:
Mysql常用命令:--在Mysql中,语句的结尾要么使用;要么使用\g或者\G作为结束符。进入Mysql (---其中Your MySQL connection id is 5表示到当前为止连接到Mysql数据库的次数,Server version: 5.5.37-log Source dist... 阅读全文
摘要:
1. ENABLE OUTBOUND CONNECTIONS ON THE FIRST SERVER.1.1. Create the SQL service master key.On the master database, create the SQL service master key. T... 阅读全文