GO
ALTER PROCEDURE [dbo].[UIPKGREPORTING_spFetchTotalUserCount]
@tpye varchar(50)
AS
BEGINSET NOCOUNT ON;SELECT COUNT(*) FROM tblvolunteerSELECT COUNT(*) FROM tblvolunteerleaverecordDECLARE @MyDateTime DATE = GETDATE();SELECT COUNT(*) FROM tblattendancelog where type='Present'END
line Number 12 i wan add current date
Amit MohantyPosted Jul 20, 2022, 4:44 AM
shah MominPosted Jul 20, 2022, 1:05 PM