Try the UPPER() function:
Select * from table1 where UPPER(name)=UPPER('udo')
(Gerald)
Hallo
i want to change case-sensitive into not case-sensitive.
witch paramater must i change??
SAPDB Version (windows) 7.4.3.10
Example:
Select * from table1 where name='udo'
i want follow result:
udo
UDO
uDO
...
Thanks
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general