DEFINITIONS

Definitions More Info.
Definition ID663
TitlePOSTGRESQL
CategoryNOTES
DefinitionLIKE ve ILIKE operatoru
Definition Descriptionhttp://www.postgresqltutorial.com/postgresql-like/ PostgreSQL provides the ILIKE operator that acts like the LIKE operator. -- In addition, the ILIKE operator matches value case-insensitively. SELECT first_name, last_name FROM customer WHERE first_name ILIKE 'BAR%';
RecordBycunay
Record Date11-06-2015 16:00:04
Düzenle
Kopyala
Sil