Differences

This shows you the differences between two versions of the page.

Link to this comparison view

dev:sql:functions:chr [2010/07/08 22:54]
tdo
dev:sql:functions:chr [2016/06/28 22:38]
Line 1: Line 1:
-{{page>:​top_add&​nofooter&​noeditbtn}} 
-<​html><​div align="​center"><​span style="​color:​red">​DRAFT</​span></​div></​html>​ 
-====== Omnidex SQL Function: CHR ====== 
-{{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:​functions:​sysdate | SYSDATE ]] ^ [[ dev:​sql:​functions:​systimestamp | SYSTIMESTAMP ]] ^ [[ dev:​sql:​functions:​to_date | TO_DATE ]] ^ [[ dev:​sql:​functions:​to_number | TO_NUMBER ]] ^ 
  
-===== 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.  ​ 
- 
-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. 
- 
-===== Syntax ===== 
-  CHR(integer-expression) 
- 
-===== Examples ===== 
-  select chr(60) from trans_table;​ 
-{{page>:​bottom_add&​nofooter&​noeditbtn}} 
 
Back to top
dev/sql/functions/chr.txt ยท Last modified: 2016/06/28 22:38 (external edit)