hi
this is my table in sql
Product table
Id
Name
Image
Description
Date
time
I want when user insert her product name,image,description automaticlly in column date&time
insert date&time the product insert in database.
how i can do it?
INSERT INTO ProductTable Values ( 1, 'Football', 'Image', 'Description', GETDATE(), GETDATE() )
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.