Oracle/PLSQL: Lpad and Rpad Function
Oracle/PLSQL: Lpad Function£º
http://www.techonthenet.com/oracle/functions/lpad.php
RPAD and LPAD [Oracle SQL]£º
http://www.adp-gmbh.ch/ora/sql/rpad.html
ÒýÊö
In Oracle/PLSQL, the lpad function pads the left-side of a string with a specific set of characters.
The syntax for the lpad function is:
lpad( stringÒ», padded_length, [ pad_string ] )
stringÒ» is the string to pad characters to (the left-hand side).
padded_length is the number of characters to return. If the padded_length is smaller than the original string, the lpad function will truncate the string to the size of padded_length.
pad_string is optional. This is the string that will be padded to the left-hand side of string1. If this parameter is omitted, the lpad function will pad spaces to the left-side of string1.
Applies To:
Oracle °Ëi, Oracle ¾Åi, Oracle Ê®g, Oracle 11g
For example:
lpad('tech', Æß); would return ' tech'
lpad('tech', ¶þ); would return 'te'
lpad('tech', °Ë, 'Áã'); would return '0000tech'
lpad('tech on the net', 15, 'z'); would return 'tech on the net'
lpad('tech on the net', 16, 'z'); would return 'ztech on the net'
±¾ÎÄÀ´Ô´£º
ÎÒµÄÒì³£Íø
Java Exception
Dotnet Exception
Oracle Exception
2556 - sql¼ìË÷ÎÄÖÐ×Ö¶ÎÏàµÈÅжÏ
2557 - ORA-12535: TNS:operation timed out
2558 - oracleÔöÁ¿µ¼Èë¸üÐÂ
2559 - Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
2560 - the account is locked
2561 - ʹÓÃexp±¸·ÝÎļþÓõ±Ç°ÈÕÆÚ×öΪÎļþÃû
2562 - sqlplusÔõô¿´±íµÄ½¨Á¢Ê±¼ä
2563 - oracle²âÊÔ´æ´¢¹ý³ÌplsqlÎÞÏìÓ¦
2564 - ORA-01403: no data found
2565 - ORACLE´æ´¢¹ý³Ìд·¨
2566 - ÔõÑùÔÚ·þÎñÀïÌí¼Ó OracleOraHome92TNSListener
2567 - ÓαêǶÌ×ʹÓÃ
2568 - ORA-01031 instufficent privileges
2569 - SQLPLUSµ¼³öÊý¾Ý»»ÐÐ
2570 - ORA-12154: TNS: ÎÞ·¨½âÎöÖ¸¶¨µÄÁ¬½Ó±êʶ·û
2571 - oracleÀï¶ÔÓ¦mssqlÀïaddday()µÄº¯ÊýÊÇʲô
2572 - ÆóÒµ¹ÜÀíÆ÷ÉÏÊÇ·ñÄÜʵÏÖ±¸·Ý
2573 - ÈçºÎÔÚOracleÖн¨Á¢×÷Òµ
2574 - ÔõôʹÓÃǶÌ×±í
2575 - Ôõô¶¨ÒåǶÌ×±í
Ïà¹ØÎĵµ£º
ѧϰOracle DBAÒ²°ë¸ö¶àѧÆÚÁË£¬½ñÌìÃÍÈ»²Å·¢ÏÖ£¬ÔÀ´ÎÒµÄÊ黹ÊǺÜеģ¬ÉϿβÙ×÷ʱºòÒ²Ö»ÊÇÖªµÀ´ó¸ÅÔõô×ö£¬µ«ÊÇÒªÕæµÄÈ«²¿×Ô¼º×ö£¬¶ø²»È¥·Ê黹ÊÇÓÐÒ»¶¨µÄÄѶȵģ¬ËùÒÔÄØ£¬½ñÌ쿪ʼ½«DBA´ÓÍ·¸´Ï°Ò»±é£¬Í¬Ê±ÔÙ²Ù×÷Ò»±é¡£
µÚÒ»Õ£¬Ñ§µÄÊÇOracleµÄÌåϵ½á¹¹£ ......
Oracleɾ³ýÖØ¸´¼Ç¼µÄ×îºÃµÄ·½·¨£º
DELETE from EMP E WHERE E.ROWID > (SELECT MIN(y.ROWID)
from EMP y
WHERE y.EMPNO = E.EMPNO )
1¡¢×Ó²éѯÕÒ³öijԱ¹¤×îµÍµÄROWID£¨¿Ï¶¨Ö»ÓÐÒ»¸ö£©£¬ÆäËü´óÓÚÕâÌõ¼Ç¼ROWIDµÄ£¬È«²¿É¾³ý¡£
2¡¢OracleÖÐʹÓÃROWIDɾ³ýÖØ¸´¼Ç¼×î¿ì,ÒòΪRowid¶ÔÓ¦ÕâÌõ¼Ç¼ÔÚ´ÅÅÌÉϵÄλÖÃ
ÃæÊÔ£º ......
ÓÃoracleµÄÐ¶ÔØ³ÌÐò²¢²»ÄÜÍêÈ«Ð¶ÔØ¸É¾»¡£Èç֮ǰµÄÃüÃûµÄoracle sid ²»ÄÜÔÙʹÓ᣻áÌáʾsid´æÔÚ¡£ÏÂÃæÊÇÔÚwinxpÏÂÍêÈ«Ð¶ÔØoracleµÄ·½·¨¡£
1¡¢¿ªÊ¼££¾ÉèÖ㣾¿ØÖÆÃæ°å££¾¹ÜÀí¹¤¾ß££¾·þÎñ
Í£Ö¹ËùÓÐOracle·þÎñ¡£
2¡¢¿ªÊ¼££¾³ÌÐò££¾Oracle - OraHome81££¾Oracle ......
ORACLEÈÏÖ¤Åàѵ³£¼ûÎÊÌâ
1¡¢ÎÊ£ºÊ²Ã´ÊÇ Oracle ÈÏÖ¤£¿¶¼ÓÐÄÄЩÖÖÀࣿ
¡¡¡¡´ð£ºOracle ÈÏÖ¤ÊÇÓÉOracle¹«Ë¾°ä²¼²¢ÊµÊ©µÄÒ»ÏîÈ¨Í ......