- 博客(2)
- 收藏
- 关注
原创 SQL 數字轉英文
--select dbo.f_num_eng(52.25)CREATE FUNCTION [dbo].[f_num_eng] (@num numeric(15,2))RETURNS varchar(400) WITH ENCRYPTIONASBEGIN--All rights reserved. pbsql DECLARE @i int,@hundreds int,@tenth int,@
2006-02-07 15:41:00
944
转载 SQL將數字轉換為英文數字
--select dbo.f_num_eng(52.25)CREATE FUNCTION [dbo].[f_num_eng] (@num numeric(15,2))RETURNS varchar(400) WITH ENCRYPTIONASBEGIN--All rights reserved. pbsql DECLARE @i int,@hundreds int,@tenth int,@
2006-02-07 15:27:00
1159
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅