Home >> SQL >> ASCII() aggregate function in SQL

ASCII() aggregate function in SQL

ASCII() find the number code that represents the specified code.

Example

ASCII('a')

97

ASCII('A')

65

Post Your Comment

Next Questions
LENGTH() aggregate function
TRIM() aggregate function
LTRIM() aggregate function
RTRIM() aggregate function
Create database
Drop database
Select database
Create table
Drop table
Truncate table
Insert query
Select table
Where clause
AND Clause
OR Clause
Update query
Delete query
Like clause
IN clause
Order By
Group By
Distinct keyword
Sorting
Between
Having

Copyright ©2022 coderraj.com. All Rights Reserved.