Skip to content
Iampsp Blog

Iampsp Blog

I am a programming service provider

My Portfolio
Project order
Reviews
Favorite Exchange

Categories

  • C
  • C#
  • C++
  • CSS
  • Firefox Addons
  • Firefox Themes
  • HTML
  • JAVA
  • JavaScript
  • jQuery
  • Mybb Plugins
  • MySQL
  • PHP
  • Python
  • React
  • SQL

Recent Posts

  • jQuery – The noConflict() Method
  • jQuery – AJAX get() and post() Methods
  • jQuery – AJAX load() Method
  • jQuery – AJAX Introduction
  • jQuery Traversing – Filtering

Tag: mysql ascii function

MySQL ASCII() Function

Example

Return the ASCII value of the first character in “CustomerName”:

SELECT ASCII(CustomerName) AS NumCodeOfFirstChar
FROM Customers;

Continue reading MySQL ASCII() Function

Posted on 2025-03-08Categories SQLTags mysql ascii function, mysql command line, mysql count, mysql create user, mysql database, mysql docker, mysql download, mysql insert into, mysql port, mysql row_number, mysql workbench
Proudly powered by WordPress