faint
select sys_guid() a1,a2,a3 from tablename;不过sys_guid() 好象是在8i以上版本才支持比如
SQL> select sys_guid() a1, 'hehe' a2, 'faint' a3 from dual;A1                               A2   A3
-------------------------------- ---- -----
71AE53521E664EAA929AFC2BFDAB41DB hehe faintSQL>