is `CAST` not supported?
# suiteql
j
is
CAST
not supported?
t
@jen It doesn't look like it.
SELECT CAST( '123' AS VARCHAR2 ) AS XXX FROM DUAL
j
blech
damn you SQL-92
t
Frustrating, right? All that power that we can't make use of.
m
Would
BUILTIN_RESULT
help at all? It was in last release notes but I can't find any further documentation
t
@jen I know that you were wanting to CAST a value, but could using
TO_NCHAR
work in your case?
j
ZOMG it works
thank you @tdietrich! I own you a 🍻