This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dev:sql:functions:chr [2010/07/08 22:54] tdo |
dev:sql:functions:chr [2016/06/28 22:38] (current) |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ====== Omnidex SQL Function: CHR ====== | ====== Omnidex SQL Function: CHR ====== | ||
| {{page>:sql_bar&nofooter&noeditbtn}} | {{page>:sql_bar&nofooter&noeditbtn}} | ||
| - | ^See Also:^ [[ dev:sql:functions:chr | CHR ]] ^ [[ dev:sql:functions:instr | INSTR ]] ^ [[ dev:sql:functions:new_time | NEW_TIME ]] ^ [[ dev:sql:functions:nvl | NVL ]] ^ [[ dev:sql:functions:substr | SUBSTR ]] ^ [[ dev:sql:functions:sys_extract_utc | SYS_EXTRACT_UTC ]] ^ [[ dev:sql:orafunctions:sysdate | SYSDATE ]] ^ [[ dev:sql:functions:systimestamp | SYSTIMESTAMP ]] ^ [[ dev:sql:functions:to_date | TO_DATE ]] ^ [[ dev:sql:functions:to_number | TO_NUMBER ]] ^ | + | ^See Also:^ [[ dev:sql:functions:chr | CHR ]] ^ [[ dev:sql:functions:instr | INSTR ]] ^ [[ dev:sql:functions:new_time | NEW_TIME ]] ^ [[ dev:sql:functions:nvl | NVL ]] ^ [[ dev:sql:functions:substr | SUBSTR ]] ^ [[ dev:sql:functions:sys_extract_utc | SYS_EXTRACT_UTC ]] ^ [[ dev:sql:functions:sysdate | SYSDATE ]] ^ [[ dev:sql:functions:systimestamp | SYSTIMESTAMP ]] ^ [[ dev:sql:functions:to_date | TO_DATE ]] ^ [[ dev:sql:functions:to_number | TO_NUMBER ]] ^ |
| ===== Description ===== | ===== Description ===== | ||
| - | The CHR function returns the character with the specified ascii value and the return data type as a C STRING size of 1 character. | + | The CHR function returns the character with the specified ascii value and the return data type as a STRING size of 1 character. |
| This function is only available when the CREATE ENVIRONMENT statement contains the SQL_SYNTAX ORACLE clause or the SET SQL_SYNTAX ORACLE setting is set programmatically. | This function is only available when the CREATE ENVIRONMENT statement contains the SQL_SYNTAX ORACLE clause or the SET SQL_SYNTAX ORACLE setting is set programmatically. | ||