2012-03-19

Teradata - Parameterized Query


select
      *
from
      TABLE_NAME_HERE
where
FIELD_NAME_HERE = ?\PARAMETER_NAME_HERE
;