RTRIM Function

RTRIM This will trim off unwanted characters from the right sides of string.This will remove all the specific characters from right side of string. Syntax: rtrim (string [, unwanted_chars]) Ex:…

0 Comments

LTRIM Function

LTRIM This will trim off unwanted characters from the left sides of string.This will remove all the specific characters from left side of string. Syntax: ltrim (string [,unwanted_chars]) Ex: select…

0 Comments