Usage Notes - Advanced SQL Engine - Teradata Database

SQL External Routine Programming

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
rin1593638965306.ditamap
dita:ditavalPath
rin1593638965306.ditaval
dita:id
B035-1147
lifecycle
previous
Product Category
Teradata Vantageā„¢

JSON data for any particular instance may be stored in the base table row or in a LOB subtable. Use FNC_GetJSONResultLob only when the JSON data will be stored as a LOB. If FNC_GetJSONInfo or FNC_GetExtendedJSONInfo returns numLobs > 0, you can use FNC_GetJSONResultLob; otherwise, you should use FNC_SetInternalValue instead.

You can use FNC_GetJSONResultLob to set both character and binary JSON data.