..


Sponsored Links

RTRIM

The RTRIM function is used to remove the spaces that follow the string passed as argument:

 



 SELECT RTRIM ('mrwebmaster');

 
return:
 



 mrwebmaster

 

See also functions TRIM and LTRIM

In the same category ...
E-Learning
MS Access (Advanced) MS Access (Advanced)
Learn how to create and manage databases quickly and easily. Starting from 29 €.
MySQL (Course) MySQL (Course)
Management of open-source database. From 39 €.
SQL and Database (Course) SQL and Database (Course)
Create and manage relational databases. From 39 €.
Sponsored Links