what is the equivalent of the Oracle SQL in out
in redshift sql? I'm trying to translate some Oracle sql to amazon's redshift sql and it seems like in out
is a custom function only available in Oracle, what is the equivalent of this in redshift, I couldn't find anything in the documentation.
ex:
(test in out go.go_report.line, param date, as_of varchar2, company varchar2)
returns an error in out