Case Insensitive
От | Sridhar N Bamandlapally |
---|---|
Тема | Case Insensitive |
Дата | |
Msg-id | CAGuFTBU1fACZWYdVwU-HiBJWAt2QFRa9fkB+SovmVMoUjVbekw@mail.gmail.com обсуждение исходный текст |
Ответы |
Re: Case Insensitive
Re: Case Insensitive Re: Case Insensitive Re: Case Insensitive Re: Case Insensitive Re: Case Insensitive Re: Case Insensitive Re: Case Insensitive Re: Case Insensitive |
Список | pgsql-general |
Hi PG-General and Pgsql-Admin
Can we achieve CASE INSENSITIVE in PostgreSQL?
I mean, need below way
postgres=# select * from emp;
eid | ename
-----+-------
1 | aaa
2 | AAA
(2 rows)
postgres=# select * from emp where ename='aaa';
eid | ename
-----+-------
1 | aaa
2 | AAA
(2 rows)
--above result is just an manual made example only
Thanks
Sridhar
В списке pgsql-general по дате отправления: