~/ learn/ postgresql/ cards/ Pattern matching with LIKE
1 of 2

Find titles that start with 'The '.

Find titles that start with 'The '.

Answer

SELECT title FROM books WHERE title LIKE 'The %';

space flip · ← → navigate · esc to exit
NORMAL ~/memra/library/3c397614-a11c-4455-bb83-30c3bb83d27e/flashcard utf-8 LF