Curriculum
Course: SQL
Login

Curriculum

SQL

SQL References

0/80

MySQL Functions

0/139

SQL Server Functions

0/84

SQL Quick Ref

0/1
Text lesson

Chr

Example

Retrieve the character corresponding to the ASCII code 65.

SELECT Chr(65AS CodeToCharacter;

Definition and Usage

The Chr() function retrieves the character associated with a specified ASCII numeric code.

Syntax

Chr(code)

Parameter Values

Parameter

Description

code

Mandatory. Specifies the ASCII numeric code for which the corresponding character is returned.

Technical Details

Works in:

 From Access 2000