feat(lstv2 move): moved lstv2 into this app to keep them combined and easier to maintain
This commit is contained in:
9
lstV2/server/services/sqlServer/querys/ocp/machineId.ts
Normal file
9
lstV2/server/services/sqlServer/querys/ocp/machineId.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export const machineCheck = `
|
||||
SELECT [HumanReadableId]
|
||||
,[Name]
|
||||
,[Location]
|
||||
,[Active]
|
||||
,[ImportSource]
|
||||
,[StagingMainMaterialMandatory]
|
||||
FROM [test1_AlplaPROD2.0_Read].[masterData].[Machine] (nolock)
|
||||
where Active = 1 and [Location] = [loc]`;
|
||||
Reference in New Issue
Block a user