0

This is a part of sql syntax,

CONVERT(VARCHAR(MAX), CONVERT(VARBINARY(MAX), HIADDITIONAL, 2))
-- HIADDITIONAL is varchar

What is the syntax supposed to do?

Update

The sql is sql-server syntax. How to convert the syntax into teiid version?

reuseman
  • 21
  • 1
  • 5
  • 2
    https://msdn.microsoft.com/en-GB/library/ms187928.aspx, You could just look it up. – Jodrell Jan 26 '16 at 09:25
  • converting `HIADDITIONAL` to `varbinary(max)` first and then convert it (the result) to `varchar(max)` , that is the process of that syntax.. – japzdivino Jan 26 '16 at 09:27

0 Answers0