5 lines
198 B
TypeScript
5 lines
198 B
TypeScript
export const shiftChange = `
|
|
select top(1) convert(varchar(8) ,convert(time,startdate), 108) as shiftChange
|
|
from [test1_AlplaPROD2.0_Read].[masterData].[ShiftDefinition] where teamNumber = 1
|
|
`;
|