dbo.ufnGetAccountingStartDate Function
Information
| Name | ufnGetAccountingStartDate |
| Type | Scalar |
| Created | 14.10.2005. 2:00:00 |
SQL Script
CREATE FUNCTION [dbo].[ufnGetAccountingStartDate]() RETURNS [datetime] AS BEGIN RETURN '2003-07-01'; END;
| Name | ufnGetAccountingStartDate |
| Type | Scalar |
| Created | 14.10.2005. 2:00:00 |
CREATE FUNCTION [dbo].[ufnGetAccountingStartDate]() RETURNS [datetime] AS BEGIN RETURN '2003-07-01'; END;