~/ learn/ postgresql/ cards/ Working with text
1 of 2

Show each title upper-cased (as shout) and its character length (as len).

Show each title upper-cased (as shout) and its character length (as len).

Answer

SELECT upper(title) AS shout, length(title) AS len FROM books;

space flip · ← → navigate · esc to exit
NORMAL ~/memra/library/638a7310-1c11-4a95-8766-dfb95902a4b1/flashcard utf-8 LF