2011-09-13

Teradata - String concatenation


select
      T1.*
from
      TABLE_NAME_HERE as T1
WHERE
      T1.FIELD1 like '%' || 'SEARCH_TERM_HERE' || '%'
;

No comments:

Post a Comment