Hi all, I have created a table in which i have a DateTime Column . i need that i dont want to insert values in that column from the front end. i have created a trigger for that purpose. whenever i insert a row in that table the dateTime column must be updated with current date and time.
To show the current date and time we have
Select Getdate()
But how to use function in a insert command
Any idea plz