postgresql ~ LIKE code example Example: postgresql like Click to copySELECT first_name, last_name FROM customer WHERE first_name LIKE 'Jen%';