一般自己写一个函数比较好,模拟Oracle的to_date,to_char一类的函数,下面自己写一个模拟to_char的:create function [dbo].[UFN_DateToChar]( @arg_date datetime ...
確定! 回上一頁