ltrim

Description

Syntax

‘VARCHAR ltrim (VARCHAR str)’

Remove the space that appears continuously from the beginning of the parameter str

example

  1. mysql > SELECT ltrim (ab d');
  2. +------------------+
  3. 1244; ltrim (ab d') 1244;
  4. +------------------+
  5. 1.2.4.;b d
  6. +------------------+

keyword LTRIM