随笔分类 - sql
摘要:1、先创建数据库 use master go if exists( select * from sysdatabases where name='DataTest') begin drop database DataTest end else begin create database DataTe
阅读全文
摘要:update Accounts set functionpostid ='2AE52014-C9EB-4ECE-A514-156F30BA67CC' from Accounts a left join CommonFunctionPost b on a.functionpostid=b.c_id w
阅读全文

浙公网安备 33010602011771号