MySQL ASCII Function: What Does ASCII('ABC') Return?
The correct answer is C. The ASCII('ABC') function in MySQL returns the ASCII value of the first character in the string 'ABC', which is the letter 'A'. The ASCII value of 'A' is 65.
原文地址: https://www.cveoy.top/t/topic/oCyi 著作权归作者所有。请勿转载和采集!