Remove leading spaces from a string:
SELECT LTrim(" SQL Tutorial") AS LeftTrimmedString;
Try it Yourself »
The LTrim() function removes leading spaces from a string.
Note: See also the RTrim() function.
LTrim(
string)
Parameter | Description |
---|---|
string | Required. The string to remove leading spaces from |
Works in: | From Access 2000 |
---|
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!