ฟังก์ชันMySQL ASCII()
ตัวอย่าง
ส่งคืนค่า ASCII ของอักขระตัวแรกใน "CustomerName":
SELECT ASCII(CustomerName) AS NumCodeOfFirstChar
FROM Customers;
ความหมายและการใช้งาน
ฟังก์ชัน ASCII() ส่งคืนค่า ASCII สำหรับอักขระที่ระบุ
ไวยากรณ์
ASCII(character)
ค่าพารามิเตอร์
Parameter | Description |
---|---|
character | Required. The character to return the ASCII value for. If more than one character is entered, it will only return the value for the first character |
รายละเอียดทางเทคนิค
ทำงานใน: | จาก MySQL 4.0 |
---|