Text - Function Trim

Data System Architecture

About

This string function returns a character after removing leading blanks.

Database

SQL Server

select rtrim(week), ltrim(week)
GO

A trim function to remove on the left and right side of the string does not exist.

Documentation / Reference





Discover More
Data System Architecture
Text - String

A string is a finite sequence of characters with the same coding representation (ie character set). As a sequence is, a string is also characterized as an abstract data structure case...



Share this page:
Follow us:
Task Runner