~/ 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/720e0077-1115-4aad-9503-461c227cb549/flashcard utf-8 LF