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