INSERT INTO Person.Person (BusinessEntityID, PersonType, NameStyle, Title, FirstName, MiddleName, LastName, Suffix, EmailPromotion, AdditionalContactInfo, Demographics, rowguid, ModifiedDate) VALUES (99999, 'EM', 0, 'Mr.', 'John', 'Doe', 'Smith', NULL, 2, NULL, NULL, NEWID(), GETDATE());
SELECT * FROM Person.Person WHERE BusinessEntityID = 99999;
上一篇:AdventureWorks SSIS ETL到AdventureWorksDW示例/演示
下一篇:AdventureWorks2019查询错误“XQuery[Sales.Store.Demographics.value()]:没有名为'StoreSurvey'的元素”