如题。

解决方案 »

  1.   

    Oracle® Database SQL Language Reference
    11g Release 2 (11.2)
    Part Number E10592-04
    5 FunctionsFunctions are similar to operators in that they manipulate data items and return a result. Functions differ from operators in the format of their arguments. This format enables them to operate on zero, one, two, or more arguments:function(argument, argument, ...) 
    A function without any arguments is similar to a pseudocolumn (refer to Chapter 2, "Pseudocolumns"). However, a pseudocolumn typically returns a different value for each row in the result set, whereas a function without any arguments typically returns the same value for each row.This chapter contains these sections:About SQL FunctionsSingle-Row FunctionsNumeric FunctionsCharacter Functions Returning Character ValuesNLS Character FunctionsCharacter Functions Returning Number ValuesDatetime FunctionsGeneral Comparison FunctionsConversion FunctionsLarge Object FunctionsCollection FunctionsHierarchical FunctionData Mining FunctionsXML FunctionsEncoding and Decoding FunctionsNULL-Related FunctionsEnvironment and Identifier FunctionsAggregate FunctionsAnalytic FunctionsObject Reference FunctionsModel FunctionsAbout User-Defined Functions====================================Single-Row Functions Single-row functions return a single result row for every row of a queried table or view. These functions can appear in select lists, WHERE clauses, START WITH and CONNECT BY clauses, and HAVING clauses.Numeric Functions 
    Numeric functions accept numeric input and return numeric values. Most numeric functions that return NUMBER values that are accurate to 38 decimal digits. The transcendental functions COS, COSH, EXP, LN, LOG, SIN, SINH, SQRT, TAN, and TANH are accurate to 36 decimal digits. The transcendental functions ACOS, ASIN, ATAN, and ATAN2 are accurate to 30 decimal digits. The numeric functions are:
    ABS
    ACOS
    ASIN
    ATAN
    ATAN2
    BITAND
    CEIL
    COS
    COSH
    EXP
    FLOOR
    LN
    LOG
    MOD
    NANVL
    POWER
    REMAINDER
    ROUND (number)
    SIGN
    SIN
    SINH
    SQRT
    TAN
    TANH
    TRUNC (number)
    WIDTH_BUCKET
    Character Functions Returning Character Values 
    Character functions that return character values return values of the following data types unless otherwise documented:If the input argument is CHAR or VARCHAR2, then the value returned is VARCHAR2.If the input argument is NCHAR or NVARCHAR2, then the value returned is NVARCHAR2.The length of the value returned by the function is limited by the maximum length of the data type returned.For functions that return CHAR or VARCHAR2, if the length of the return value exceeds the limit, then Oracle Database truncates it and returns the result without an error message.For functions that return CLOB values, if the length of the return values exceeds the limit, then Oracle raises an error and returns no data.The character functions that return character values are:
    CHR
    CONCAT
    INITCAP
    LOWER
    LPAD
    LTRIM
    NLS_INITCAP
    NLS_LOWER
    NLSSORT
    NLS_UPPER
    REGEXP_REPLACE
    REGEXP_SUBSTR
    REPLACE
    RPAD
    RTRIM
    SOUNDEX
    SUBSTR
    TRANSLATE
    TREAT
    TRIM
    UPPER
    NLS Character Functions 
    The NLS character functions return information about the character set. The NLS character functions are:
    NLS_CHARSET_DECL_LEN
    NLS_CHARSET_ID
    NLS_CHARSET_NAME
    Character Functions Returning Number Values 
    Character functions that return number values can take as their argument any character data type.The character functions that return number values are:
    ASCII
    INSTR
    LENGTH
    REGEXP_INSTR
    Datetime Functions 
    Datetime functions operate on date (DATE), timestamp (TIMESTAMP, TIMESTAMP WITH TIME ZONE, and TIMESTAMP WITH LOCAL TIME ZONE), and interval (INTERVAL DAY TO SECOND, INTERVAL YEAR TO MONTH) values.Some of the datetime functions were designed for the Oracle DATE data type (ADD_MONTHS, CURRENT_DATE, LAST_DAY, NEW_TIME, and NEXT_DAY). If you provide a timestamp value as their argument, then Oracle Database internally converts the input type to a DATE value and returns a DATE value. The exceptions are the MONTHS_BETWEEN function, which returns a number, and the ROUND and TRUNC functions, which do not accept timestamp or interval values at all.The remaining datetime functions were designed to accept any of the three types of data (date, timestamp, and interval) and to return a value of one of these types.All of the datetime functions that return current system datetime information, such as SYSDATE, SYSTIMESTAMP, CURRENT_TIMESTAMP, and so forth, are evaluated once for each SQL statement, regardless how many times they are referenced in that statement.The datetime functions are:
    ADD_MONTHS
    CURRENT_DATE
    CURRENT_TIMESTAMP
    DBTIMEZONE
    EXTRACT (datetime)
    FROM_TZ
    LAST_DAY
    LOCALTIMESTAMP
    MONTHS_BETWEEN
    NEW_TIME
    NEXT_DAY
    NUMTODSINTERVAL
    NUMTOYMINTERVAL
    ROUND (date)
    SESSIONTIMEZONE
    SYS_EXTRACT_UTC
    SYSDATE
    SYSTIMESTAMP
    TO_CHAR (datetime)
    TO_TIMESTAMP
    TO_TIMESTAMP_TZ
    TO_DSINTERVAL
    TO_YMINTERVAL
    TRUNC (date)
    TZ_OFFSET
    General Comparison Functions 
    The general comparison functions determine the greatest and or least value from a set of values. The general comparison functions are:
    GREATEST
    LEAST
    Conversion Functions 
    Conversion functions convert a value from one data type to another. Generally, the form of the function names follows the convention datatype TO datatype. The first data type is the input data type. The second data type is the output data type. The SQL conversion functions are:
    ASCIISTR
    BIN_TO_NUM
    CAST
    CHARTOROWID
    COMPOSE
    CONVERT
    DECOMPOSE
    HEXTORAW
    NUMTODSINTERVAL
    NUMTOYMINTERVAL
    RAWTOHEX
    RAWTONHEX
    ROWIDTOCHAR
    ROWIDTONCHAR
    SCN_TO_TIMESTAMP
    TIMESTAMP_TO_SCN
    TO_BINARY_DOUBLE
    TO_BINARY_FLOAT
    TO_CHAR (character)
    TO_CHAR (datetime)
    TO_CHAR (number)
    TO_CLOB
    TO_DATE
    TO_DSINTERVAL
    TO_LOB
    TO_MULTI_BYTE
    TO_NCHAR (character)
    TO_NCHAR (datetime)
    TO_NCHAR (number)
    TO_NCLOB
    TO_NUMBER
    TO_DSINTERVAL
    TO_SINGLE_BYTE
    TO_TIMESTAMP
    TO_TIMESTAMP_TZ
    TO_YMINTERVAL
    TO_YMINTERVAL
    TRANSLATE ... USING
    UNISTR
    Large Object Functions 
    The large object functions operate on LOBs. The large object functions are:
    BFILENAME
    EMPTY_BLOB, EMPTY_CLOB
    Collection Functions 
    The collection functions operate on nested tables and varrays. The SQL collection functions are:
    CARDINALITY
    COLLECT
    POWERMULTISET
    POWERMULTISET_BY_CARDINALITY
    SET
    Hierarchical Function 
    The hierarchical function applies hierarchical path information to a result set.
    SYS_CONNECT_BY_PATH
    Data Mining Functions 
    The data mining functions operate on models that have been built using the DBMS_DATA_MINING package or the Oracle Data Mining Java API. The SQL data mining functions are:
    CLUSTER_ID
    CLUSTER_PROBABILITY
    CLUSTER_SET
    FEATURE_ID
    FEATURE_SET
    FEATURE_VALUE
    PREDICTION
    PREDICTION_BOUNDS
    PREDICTION_COST
    PREDICTION_DETAILS
    PREDICTION_PROBABILITY
    PREDICTION_SET
    XML Functions 
    The XML functions operate on or return XML documents or fragments. These functions use arguments that are not defined as part of the ANSI/ISO/IEC SQL Standard but are defined as part of the World Wide Web Consortium (W3C) standards. The processing and operations that the functions perform are defined by the relevant W3C standards. The table below provides a link to the appropriate section of the W3C standard for the rules and guidelines that apply to each of these XML-related arguments. A SQL statement that uses one of these XML functions, where any of the arguments does not conform to the relevant W3C syntax, will result in an error. In particular, of special note is the fact that not every character that is allowed in the value of a database column is considered legal in XML.Syntax Element W3C Standard URL 
    value_expr http://www.w3.org/TR/2006/REC-xml-20060816 
    Xpath_string http://www.w3.org/TR/1999/REC-xpath-19991116 
    XQuery_string http://www.w3.org/TR/2007/REC-xquery-semantics-20070123/ 
    namespace_string http://www.w3.org/TR/2006/REC-xml-names-20060816/ 
    identifier http://www.w3.org/TR/2006/REC-xml-20060816/#NT-Nmtoken 
    For more information about selecting and querying XML data using these functions, including information on formatting output, refer to Oracle XML DB Developer's Guide. The SQL XML functions are:
    APPENDCHILDXML
    DELETEXML
    DEPTH
    EXTRACT (XML)
    EXISTSNODE
    EXTRACTVALUE
    INSERTCHILDXML
    INSERTCHILDXMLAFTER
    INSERTCHILDXMLBEFORE
    INSERTXMLAFTER
    INSERTXMLBEFORE
    PATH
    SYS_DBURIGEN
    SYS_XMLAGG
    SYS_XMLGEN
    UPDATEXML
    XMLAGG
    XMLCAST
    XMLCDATA
    XMLCOLATTVAL
    XMLCOMMENT
    XMLCONCAT
    XMLDIFF
    XMLELEMENT
    XMLEXISTS
    XMLFOREST
    XMLISVALID
    XMLPARSE
    XMLPATCH
    XMLPI
    XMLQUERY
    XMLROOT
    XMLSEQUENCE
    XMLSERIALIZE
    XMLTABLE
    XMLTRANSFORM
    Encoding and Decoding Functions 
    The encoding and decoding functions let you inspect and decode data in the database.
    DECODE
    DUMP
    ORA_HASH
    VSIZE
    NULL-Related Functions 
    The NULL-related functions facilitate null handling. The NULL-related functions are:
    COALESCE
    LNNVL
    NANVL
    NULLIF
    NVL
    NVL2
    Environment and Identifier Functions 
    The environment and identifier functions provide information about the instance and session. These functions are:
    SYS_CONTEXT
    SYS_GUID
    SYS_TYPEID
    UID
    USER
    USERENV
      

  2.   

    在下载11G的时候,会提示下载Document文档,里面就有啊……
      

  3.   

    http://www.oracle.com/pls/db112/homepage
    在search框里输入你想查的函数名