Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1.  
  2. dbo.supplier
  3. insert into dbo.Supplier(name, [address], phone,contactName, addrCode,supplierCode,active,isMinority,isPreferred,isCustomised,isLookup)
  4. values('BEIJING BTG TECH CO LTD', 'Room - 0924, No.12 Building No.95 Qinghesanjie, Haidian District, Beijing P.R China, 100080',010-56293830,'',935,103,1,0,0,0,1)
  5.  
  6. dbo.supplierList
  7. insert into dbo.SupplierList(Address_Code,[Address],Name,Currency,Active,Phone, Terms)
  8. values(935,'Room - 0924, No.12 Building No.95 Qinghesanjie, Haidian District, Beijing P.R China, 100080','BEIJING BTG TECH CO LTD','RMB',1,010-56293830, '30 days')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement