fnGetGuidMinValue

Return

Return Type
uniqueidentifier

Definition

Copy


            CREATE FUNCTION [dbo].[fnGetGuidMinValue]()
            RETURNS uniqueidentifier
            AS
            begin
                RETURN '00000000-0000-0000-0000-000000000000'
            end