postgres example of like query Example: postgresql like SELECT first_name, last_name FROM customer WHERE first_name LIKE 'Jen%';