STRLTRIM
Use the @STRLTRIM function to trim leading spaces.
Syntax
@STRLTRIM (string)
string
Can be the name of a character column or a literal string. Enclose literals within quotes.
Example
birth_state = @strltrim(state)
Use the @STRLTRIM function to trim leading spaces.
@STRLTRIM (string)
string
Can be the name of a character column or a literal string. Enclose literals within quotes.
birth_state = @strltrim(state)