Ò׽ؽØͼÈí¼þ¡¢µ¥Îļþ¡¢Ãâ°²×°¡¢´¿ÂÌÉ«¡¢½ö160KB

Oracle ×î³£Óù¦Äܺ¯Êý¾­µä»ã×Ü

¡¡¡¡* SQL Group Function
*
s (num can be a column or ex
pression)¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡
¡¡¡¡(null values are ign
*
ored, default between distin
ct and all is all)¡¡¡¡¡¡¡¡¡¡¡¡
¡¡¡¡********************
***************
****************************
****************
¡¡¡¡AVG([distinct or all] num)¡¡¡¡¡¡
-- average value
¡¡¡¡COUNT(distinct or all] num)¡¡¡¡
-- number of values
¡¡¡¡MAX([distinct or all
] num)¡¡¡¡¡¡-- maximum value
¡¡¡¡MAX([distinct or all] num)¡¡¡¡¡¡
-- minimum value
¡¡¡¡STDDEV([distinct or
all] num)¡¡ -- standard devi
ation
¡¡¡¡SUM([distinct or all
] num)¡¡¡¡¡¡-- sum of values
¡¡¡¡VARIANCE([distinct o
r all] num) -- variance of v
alues
¡¡¡¡¡¡
¡¡¡¡********************************
***********************
************************
¡¡¡¡* Miscellaneaous Functions :¡¡¡¡
*
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡
¡¡¡¡********************
***************
****************************
****************
¡¡¡¡DECODE(expr, srch1,
return1 [,srch2, return2...]
, default]
¡¡¡¡¡¡¡¡¡¡ -- if no search matches t
he expression then the default is returned,
¡¡¡¡¡¡¡¡¡¡ -- otherwise,
the first search that match
es will cause
¡¡¡¡¡¡¡¡¡¡ -- the corres
ponding return value to be r
eturned
¡¡¡¡DUMP(column_name [,fmt [,start_p
os [, length]]])
¡¡¡¡¡¡¡¡¡¡-- returns an
column
internal oracle format, used
for getting info about a
¡¡¡¡¡¡¡¡¡¡-- format options : 8 = oc
tal, 10 = decimel, 16 = hex, 17 = characters
¡¡¡¡¡¡¡¡¡¡-- return type
codes : 1 = varchar2, 2 = n
umber, 8 = long, 12 = date,
¡¡¡¡¡¡¡¡¡¡--¡¡ 23 = raw,
24 = long raw, 69 = rowid,
96 = char, 106 = mlslabel
¡¡¡¡GREATEST(expr [,expr2 [, expr3...]]
¡¡¡¡¡¡¡¡¡¡-- returns the largest val
ue of all expressions
¡¡¡¡LEAST(expr [,expr2 [, expr3...]]
¡¡¡¡¡¡¡¡¡¡-- returns the
smallest value of all expre
ssions
¡¡¡¡NVL(expr1 ,expr2
¡¡¡¡¡¡¡¡¡¡-- if expr1 is not null, i
t is returned, otherwise expr2 is returned
¡¡¡¡SQLCODE
¡¡¡¡¡¡¡¡¡¡


Ïà¹ØÎĵµ£º

jdbcÁ¬½ÓOracle

      ËäȻѧϰJavaºÜ¾ÃÁË£¬×Ô¼ºÒ²Á¬½Ó¹ýһЩÊý¾Ý¿â£¬±ÈÈçmysqlÖ®ÀàµÄ£¬Èç½ñÄØ£¬Ò²Ñ§Ï°ÁËÒ»¶Îʱ¼äµÄOracle£¬È»¶øÄØ£¬½ñÌìÊÇÎÒµÚÒ»´ÎÁ¬½ÓOracle£¬ºÙºÙ£¬Ó¦¸Ã»¹²»ËãÌ«³Ù°É¡£
    ½ñÌìÄØ£¬Óе㱿׾£¬´ó¼ÒĪЦ£¡
    ÎÒÕâÊÇÒ»¸ö²éѯÀý×Ó
    Ê×ÏÈ£¬Ô ......

Ïêϸ½éÉÜORACLE sqlplusÃüÁî

 
Ò»¡¢ORACLEµÄÆô¶¯ºÍ¹Ø±Õ
1¡¢ÔÚµ¥»ú»·¾³ÏÂÒªÏëÆô¶¯»ò¹Ø±ÕORACLEϵͳ±ØÐëÊ×ÏÈÇл»µ½ORACLEÓû§£¬ÈçÏÂ
su - oracle
a¡¢Æô¶¯ORACLEϵͳ
oracle>svrmgrl
SVRMGR>connect internal
SVRMGR>startup
SVRMGR>quit
b¡¢¹Ø±ÕORACLEϵͳ
oracle>svrmgrl
SVRMGR>connect internal
SVRMGR>shutdow ......

ORACLE·ÖÒ³²éѯSQLÓï·¨


--1:ÎÞORDER BYÅÅÐòµÄд·¨¡£(ЧÂÊ×î¸ß) ­
--(¾­¹ý²âÊÔ£¬´Ë·½·¨³É±¾×îµÍ£¬Ö»Ç¶Ì×Ò»²ã£¬ËÙ¶È×î¿ì£¡¼´Ê¹²éѯµÄÊý¾ÝÁ¿ÔÙ´ó£¬Ò²¼¸ºõ²»ÊÜÓ°Ï죬ËÙ¶ÈÒÀÈ»£¡) ­
SELECT * ­
  from (Select ROWNUM AS ROWNO, T.* ­
           from k_task T &s ......

SQL ServerºÍOracle³£Óú¯Êý¶Ô±È


Êýѧº¯Êý
1.¾ø¶ÔÖµ
S:select abs(-1) value
O:select abs(-1) value from dual
2.È¡Õû(´ó)
S:select ceiling(-1.001) value
O:select ceil(-1.001) value from dual
3.È¡Õû£¨Ð¡£©
S:select floor(-1.001) value
O:select floor(-1.001) value from dual
4.È¡Õû£¨½ØÈ¡£©
S:select cast(-1.002 as in ......
© 2009 ej38.com All Rights Reserved. ¹ØÓÚE½¡ÍøÁªÏµÎÒÃÇ | Õ¾µãµØͼ | ¸ÓICP±¸09004571ºÅ