function:CAST ( column_name AS column_type )content:ใช้แปลงชนิดข้อมูลexample:SELECT CAST( price AS decimal ) FROM product;