5 lines
168 B
SQL
5 lines
168 B
SQL
select top(1) convert(varchar(8) ,
|
|
convert(time,startdate), 108) as shiftChange
|
|
from [test1_AlplaPROD2.0_Read].[masterData].[ShiftDefinition]
|
|
where teamNumber = 1
|