LTRIM Seluruh Kolom SQL Pilih kueri
select RTRIM(LTRIM(column_name)) from table_name
Tomer Mantzuri
select RTRIM(LTRIM(column_name)) from table_name