sql server 建表经常使用语句 (包括主键,外键 等)

sql server 建表经常使用语句 (包括主键,外键 等)sql USE [YGGL] GO if exists(select 1 from sysobjects where name='Salary' and type='u') DROP TABLE [dbo].[Salary] GO CREATE TABLE [dbo].[Salary]( [EmployeeID] [char]
相关文章
相关标签/搜索