摘要: MySQL 字符串函数 函数描述实例ASCII(s)返回字符串 s 的第一个字符的 ASCII 码。 返回 CustomerName 字段第一个字母的 ASCII 码: SELECT ASCII(CustomerName) AS NumCodeOfFirstChar FROM Customers; 阅读全文
posted @ 2023-07-20 10:42 哎呀呀哈 阅读(11) 评论(0) 推荐(0)