select no_dossier from dbo.membre where date_MAJ = GETDATE()
select no_dossier from dbo.membre where date_MAJ = '2005-07-21'
Both should give me the same result, yes or no?
thanks
select no_dossier from dbo.membre where date_MAJ = '2005-07-21'
Both should give me the same result, yes or no?
thanks
Comment