I want to find few data from SQL Server that only query by current date. The purpose is to view today transaction only
Here is my code
SELECT * FROM dbo.Student.studentProfile
WHERE TransactionDate = curdate()
RESULT
Curdate is not a recongined built-in function name