摘要:
以下内容转自网络,感觉这个比较有用。收藏一下。The following are number examples for the to_char function.to_char(1210.73, '9999.9')would return '1210.7'to_char(1210.73, '9,999.99')would return '1,210.73'to_char(1210.73, '$9,999.00')would return '$1,210.73'to_char(21, '00 阅读全文
posted @ 2011-04-01 16:55
YAO'STAR
阅读(475)
评论(0)
推荐(0)