if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[Club_GetByMobile]') and xtype in (N'FN', N'IF', N'TF'))
drop function [dbo].[Club_GetByMobile]
