sqlserver 中case......when.....then 的兩種簡單運用

if exists(select * from sys.databases where name ='stuDB1')     drop database stuDB1 go create database stuDB1 go use stuDB1 go create table stuInfo11 (     stuNo int identity,     stuName nvarchar(16
相關文章
相關標籤/搜索