Hi,
I am new to Teradata and I am having to port some dynamically built queries that currently run against Oracle over to Teradata.
The current queries use named bind variables in the SQL with the colon syntax, for example :startDate
This is very useful because the :startDate bind variable is used several times in the final SQL statement (in some sub-queries).
So, I only need to create one OracleParameter for startDate.
↧