Dbo.ufnGetAccountingStartDate (function)
wikibot
| function | dbo.ufnGetAccountingStartDate |
CREATE FUNCTION [dbo].[ufnGetAccountingStartDate]()
RETURNS [datetime]
AS
BEGIN
RETURN CONVERT(datetime, '20030701', 112);
END;
| function | dbo.ufnGetAccountingStartDate |
CREATE FUNCTION [dbo].[ufnGetAccountingStartDate]()
RETURNS [datetime]
AS
BEGIN
RETURN CONVERT(datetime, '20030701', 112);
END;