Mithlesh Upadhyay

Mithlesh Upadhyay

About

I am Data Scientist. I hold an M.Tech degree in Artificial Intelligence from Delhi Technological University (DTU). I have also experience in technical development, writing, reviewing, publishing and managing for more than 5 years. I have published more than 10,000 articles after reviewing and improving. I have also managed various teams and tech courses related to computer science, GATE CS, Test Series, Placements, and programming languages.  

11 Articles Published

Articles by Mithlesh Upadhyay

Page 2 of 2

SQL Query to Check if Date is Greater Than Today in SQL

SQL
Mithlesh Upadhyay
Mithlesh Upadhyay
Updated on 10-Sep-2024 792 Views

You can handle and manipulate date and time values within a database using SQL queries. You need to filter records based on date comparisons, like checking if a date is greater than today. We will query this using our own sample data as given below. Date Comparisons You can use various comparison operators, like >, =, and CURRENT_DATE; Here, date_column is the field containing the date values you want to compare. “CURRENT_DATE” is a keyword in SQL that represents the current date. Example Consider you have created a table named EVENTS using the CREATE TABLE statement as ...

Read More
Showing 11–11 of 11 articles
« Prev 1 2 Next »
Advertisements