Hello,
It seems that you are working in ANSI mode. Please not that any comparison in 'ANSI' mode is case sensitive by default, whereas Teradata mode is case insensitive.
I checked your SQL in Teradata mode and I got result for your below query as well: select * from premtest.EMPLOYEE where Name like'SUshma%'
Hello,
It seems that you are working in ANSI mode. Please not that any comparison in 'ANSI' mode is case sensitive by default, whereas Teradata mode is case insensitive.
I checked your SQL in Teradata mode and I got result for your below query as well:
select * from premtest.EMPLOYEE where Name like'SUshma%'
A row is returned.
O/P:
Name start_date
Sushma Mehrotra 11/23/2012