用法如下:get_capital_money(Currency, Money) Currency: 货币或货币描述,将放在英文大写的前面: Money:金额.支持两位小数点.如果需要更多的小数点,请自行修改. create or replace function GET_CAPITAL_MONEY ( P_currency varchar2, P_money number) return varchar2 IS type DIME is table of varchar2(20) index b
http://zhidao.baidu.com/link?url=BvXRdoE0OjGh46rlodbyM3wirORSGGcnYGq0xYEtcoIMTkLnXd4Hl3iMLbKNb2npRdIRNLJYeLNKumjbm1F8uq 专有名词前的定冠词是要遵循一定规则的.1. 由普通名词组成的专有名词一般要加the,比如:the United States; (the USA)the People' Republic of China;(the PRC)2. 词首如果有相当于冠词一类的限定
CREATE FUNCTION [dbo].[f_num_eng] (@num numeric(15,2)) RETURNS varchar(400) WITH ENCRYPTION AS BEGIN --All rights reserved. pbsql DECLARE @i int,@hundreds int,@tenth int,@one int DECLARE @thousand int,@million int,@billion int DECLARE @numbers varcha