LTRIM
SELECT LENGTH(' text ') length, LENGTH(LTRIM(' text ')) length_with_left_trim
Pro tip: use ```triple backticks around text``` to write in code fences