-- Example: trimming a variable inside stored procedure works like this
SET @var = ' example '; SELECT TRIM(@var);