fix(datamart): fix for delivery date by range error for hardcoded date
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export const deliveryByDateRange = `
|
||||
use AlplaPROD_test1
|
||||
DECLARE @StartDate DATE = ' 1990-1-1 ' -- 2025-1-1
|
||||
DECLARE @EndDate DATE = '2025-4-18' -- 2025-1-31
|
||||
DECLARE @StartDate DATE = '[startDate]' -- 2025-1-1
|
||||
DECLARE @EndDate DATE = '[endDate]' -- 2025-1-31
|
||||
select * from
|
||||
(select (select wert from dbo.T_SystemParameter where Bezeichnung = 'Werkskuerzel') as Plant,
|
||||
AuftragsNummer as OrderNumber,
|
||||
|
||||
Reference in New Issue
Block a user