MySQL ASCII() လုပ်ဆောင်ချက်
ဥပမာ
"CustomerName" ရှိ ပထမဇာတ်ကောင်၏ ASCII တန်ဖိုးကို ပြန်ပေးပါ။
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 မှ |
---|