trimLeft method
Get db string field with white spaces removed from left.
Implementation
StringField trimLeft([String? ch]) => _buildTrimFunction('LTRIM', ch);
Get db string field with white spaces removed from left.
StringField trimLeft([String? ch]) => _buildTrimFunction('LTRIM', ch);