How to Use getdate function in Sql Query

Hi @amruthdna2018. In T-SQL (assuming this is a SQL Server source), the syntax is getdate().
Greg