0

how can we substring a column and cast it as time in u-sql

@mergeddata =
SELECT DISTINCT a.hta_coinsid.Substring(12, 5).time 
AS CreatedTime                    FROM @file1 AS AS;
Jared Forth
  • 1,577
  • 6
  • 17
  • 32
steve
  • 79
  • 8

1 Answers1

0

Have you viewed the documentation? Specifically https://learn.microsoft.com/en-us/u-sql/operators/csharp-functions-and-operators#substring