Insert date in SQL

#Insert date in SQL

1 posts

How to insert date in SQL ?

If the RDBMS is MYSQL, this is how we can insert date: INSERT INTO tablename (col_name, col_date) VALUES (‘DATE: Manual Date’, ‘2020-9-10’); ... Read Mores
Prathmesh Yelne

14-Dec-2021 17:00:30

28 Views MySQL, SQL 3 years ago