Tag archive
Commands grouped around the same concept, pattern, or recurring problem.
Normalize empty or whitespace-only text values to `NULL` with `NULLIF(TRIM(...), '')`.
Remove leading and trailing whitespace from string values with `TRIM`.