Trim Function Sql

Stop seeking.You have found!
Internal SQL Functions
The LTRIM and RTRIM form trim whitespace from the left and right of the string respectively. The SUBSTRING function complies with the SQL specification.
www.mckoi.com/database/InternalFunctions.html
IAnywhere.com - TRIM function [String]
SQL Functions · Alphabetical list of functions Function. Removes leading and trailing blanks from a string. Syntax. TRIM ( string-expression ).
www.ianywhere.com/developer/product_manuals/
Trim Function in SQL : trim, sql, function
How do I trim out the Person's name in the following field lets say the field is called Ref and I want to trim out the person's name.
www.experts-exchange.com/Databases/Q_21273097.html
Jim 2.0 : SQL: Using the Trim function to remove white space from
Today I was looking at a table with an apparantly empty column and discovered that the field is actually populated with blank spaces - Fortunately this.
blogs.conchango.com/.../archive/2007/08/14/
SQL Trim Function
This section introduces the trim functions in SQL, including TRIM(), RTRIM(), and LTRIM().
www.1keydata.com/sql/sql-trim.html
SQL in a Nutshell: Chapter 4: SQL Functions
Microsoft SQL Server (and the other vendors for that matter) provide the functions LTRIM and RTRIM to trim off leading spaces or trailing spaces.
www.oreilly.com/catalog/sqlnut/chapter/ch04.html
Trim function - SQL Server / MSSQL Forum
Trim function. Get answers to your questions in our SQL Server / MSSQL Forum forum.
www.thescripts.com/forum/thread560729.html
SQL TRIM function in DB2 [Archive] - dBforums
[Archive] SQL TRIM function in DB2 ibm.software.db2.udb.eee.
www.dbforums.com/archive/index.php/t-447057.html
SQL SERVER - TRIM() Function - UDF TRIM() « Journey to SQL
I was expecting SQL Server 2005 to have TRIM() function. Unfortunately, SQL Server 2005 does not have that either. I have created very simple UDF which does.
blog.sqlauthority.com/2007/
Oracle/PLSQL: Trim Function
In Oracle/PLSQL, the trim function removes all specified characters either from the beginning or the ending of a string.
www.techonthenet.com/oracle/functions/trim.php