Try this: To show without space: select trim(kota) from yourtable. To change your data: update yourtable set kota = trim(kota);.
確定! 回上一頁