Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- select
- convert(datetime, cast(cast(getdate() as date) as datetime) + substring(cast(DATEADD(HOUR, -3, TimeStr) as nvarchar(255)), 0, 9), 126) as time
- ,Incoming as value
- ,'Входящие' as metric
- from [severstal_utils].[dbo].[Dashbord_DayCalls_Line1] with (nolock)
- order by TimeStr asc
Advertisement
Add Comment
Please, Sign In to add comment