摘要:
地址:http://www.epochconverter.com/ How to get the current epoch time in ... Convert from human readable date to epoch Convert from epoch to human reada 阅读全文
摘要:
ALTER function [dbo].[f_split](@c nvarchar(2000),@split nvarchar(2)) returns @t table(col nvarchar(50)) as begin while(charindex(@split,@c)0) begin insert @t(col) va... 阅读全文