摘要:
IF OBJECT_ID('tempdb..#Purchase', 'U') IS NOT NULL DROP TABLE #Purchase; CREATE TABLE #Purchase ( PurchaseID INT IDENTITY(1, 1) , CustomerID INT , Pro 阅读全文
posted @ 2017-02-23 09:47
Pato'
阅读(244)
评论(0)
推荐(0)