1、select substr(12.23-floor(12.23),2,10) from dual; 2、优化的算法:select ltrim(12.55523-floor(12.55523),'0.') from dual;