oracle Distinct|Unique 異同【Blog 搬家】
oracle Distinct|Unique 異同
2006 年 03 月 01日, 星期三
oracle Distinct|Unique
這邊我查了一些資料看了看,
Distinct|Unique
返回select 出來的重複資料的一筆(distinct/unique 可認為互為同義詞)
重複行數資料必須和select 出來的每一個表示式匹配。
限制:
1:
當你指定Distinct或者Unique 時,總共能顯示在Select 後面表示式的Bytes 限制是
oracle的DB_block_size 減去 一些"頭部"位元組.
(即Select list 中出來的Bytes 數不能大於 DB_block_Size)
2: Distinct 後面不能跟 Lob欄位。
Example
create table uni_dis(colu1 varchar2(4000),
colu2 varchar2(4000),
colu3 varchar2(4000),
colu4 varchar2(4000),
colu5 varchar2(4000))
colu2 varchar2(4000),
colu3 varchar2(4000),
colu4 varchar2(4000),
colu5 varchar2(4000))
當將Each column 加滿時使用下面SQL 都會報 1486 error
select unique/ distinct
colu1,colu2,colu3,colu4,colu5,colu1||colu2 abcv
from uni_dis
colu1,colu2,colu3,colu4,colu5,colu1||colu2 abcv
from uni_dis
大家要注意此項:
01489, 00000, "result of string concatenation is too long"
// *Cause: String concatenation result is more than the maximum size.
// *Action: Make sure that the result is less than the maximum size
myhuaer 發表於:2006.03.01 15:22 ::分類: ( Oracle Infomation ) ::閱讀:(633次)
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/34596/viewspace-661941/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle Distinct|Unique 異同Oracle
- Oracle backgroud Process【Blog 搬家】Oracle
- float datatype in Oracle database 【Blog 搬家】OracleDatabase
- Oracle Database Link Problems【Blog 搬家】OracleDatabase
- oracle資料庫primary key和unique key的異同Oracle資料庫
- Oracle DDL 執行過程【Blog 搬家】Oracle
- oracle Database Event trace 設定【Blog 搬家】OracleDatabase
- Oracle event 10231 【Blog 搬家】Oracle
- Oracle Date Function 講解和事例【Blog 搬家】OracleFunction
- oracle ora-00997 problems【Blog 搬家】Oracle
- 【唯一】DISTINCT與UNIQUE的“區別”
- Oracle Optimizer -RBO (理解Rule-based 優化器)【Blog 搬家】Oracle優化
- HP -Data Protector Restore file system【Blog 搬家】REST
- V$SESSION_LONGOPS bug 【Blog 搬家】SessionGo
- 限制End User Session數量 【Blog 搬家】Session
- Trim() 函式的介紹【Blog 搬家】函式
- ora -03232 問題解決【Blog 搬家】
- oracle與infomix異同點Oracle
- RMAN 只備份當前資料?【Blog 搬家】
- Database Link 建立注意的兩點【Blog 搬家】Database
- Oracle10g V$OSSTAT 關於PHYSICAL_MEMORY_BYTES 的 Bug【Blog 搬家】Oracle
- exp/imp expdp/impdp Tables 萬用字元 % 的使用【Blog 搬家】字元
- Database Triggers and event attributes--Introduction[Blog 搬家]Database
- 資料庫加密Product_user_profile(PUP) TABLE FOR security 【Blog 搬家】資料庫加密
- MM-DD-RRRR / MM-DD-YYYY 的區別【Blog 搬家】
- Database Triggers and event attributes--Event Attributes【Blog 搬家】Database
- Database Triggers and event attributes--Database System Events【Blog 搬家】Database
- Database Triggers and event attributes--DDL/Client Events【Blog 搬家】Databaseclient
- oracle‘blogOracle
- Oracle vs PostgreSQL Develop(15) - DISTINCT ONOracleSQLdev
- ORACLE臨時表和SQLSERVER臨時表異同OracleSQLServer
- oracle中distinct和group by的區別Oracle
- Unique Index和Normal Index差異經典對比IndexORM
- 再說Unique Index和Normal Index行為差異IndexORM
- oracle-base blogOracle
- xsb Oracle BlogOracle
- oracle10g_exceptions異常表_記錄違犯pk_unique key約束資訊OracleException
- “醉眼”看Oracle ERP和SAP ERP種種異同Oracle