10 lines
263 B
TypeScript
10 lines
263 B
TypeScript
export const machineCheck = `
|
|
SELECT [HumanReadableId]
|
|
,[Name]
|
|
,[Location]
|
|
,[Active]
|
|
,[ImportSource]
|
|
,[StagingMainMaterialMandatory]
|
|
FROM [test1_AlplaPROD2.0_Read].[masterData].[Machine] (nolock)
|
|
where Active = 1 and [Location] = [loc]`;
|