0

I have MS-Sql table with column named "data", it is varbinary(1000) Binary array saved there always contains string starting at byte 16 (30 next byte). Is is possible to select (cast) only this string?

Something like: SELECT CAST(data as varchar) FROM myTable

but how to set Start index and length.

Thank you

Viliam
  • 636
  • 9
  • 17

0 Answers0