Initial
This commit is contained in:
16
DMS/SQL-Server/Sichten/[VWCUST_NI_NAVISION_VENDOR].sql
Normal file
16
DMS/SQL-Server/Sichten/[VWCUST_NI_NAVISION_VENDOR].sql
Normal file
@@ -0,0 +1,16 @@
|
||||
USE [DD_ECM]
|
||||
GO
|
||||
|
||||
/****** Object: View [dbo].[VWCUST_NI_NAVISION_VENDOR] Script Date: 21.03.2024 17:02:38 ******/
|
||||
SET ANSI_NULLS ON
|
||||
GO
|
||||
|
||||
SET QUOTED_IDENTIFIER ON
|
||||
GO
|
||||
|
||||
CREATE VIEW [dbo].[VWCUST_NI_NAVISION_VENDOR] AS
|
||||
SELECT DISTINCT Name,LieferantenNr
|
||||
FROM [VWCUST_NAVISION_VENDORACCOUNTS]
|
||||
GO
|
||||
|
||||
|
||||
Reference in New Issue
Block a user