To get only the date from T-SQL GETDATE() function (excluding the time part)
Example Query:
Example Query:
Select * From Employee Where JoinDate = Convert(Date, GETDATE())
1. Install gh-pages npm package Command: npm install gh-pages --save-dev 2. In package.json, add the homepage url "homepage": &q...
No comments:
Post a Comment