How to specify ignore case in a where
statement in Sybase?
Basically I want
select * from _table where _field = 'BUSY'
to return rows if there are any rows with values like 'BuSy' in field _field
.
select * from _table where UPPER(_field) = 'BUSY'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With