fetch

Filtering on Date Values using the SQL WHERE Clause (Introduction to Oracle SQL)

0:00
↔️ ↕️

Timecodes:

filtering on date values so far we've

just filtered on text and number values

what if you want to filter on dates

filtering on dates is a little different

but I'll show you how easy it can be to

filter on a date value you can do it in

two ways you can enter it inside single

quotes in the default format of your

database or you can use a function we'll

explain how to use a function in a later

lesson but for now let's take a look at

a filter on date values in this lesson

we're going to filter this data on a

date value let's see what data we have

in our employees table we can see our

data here now let's say we want to

filter on the higher data column we only

want to show records where the employee

hire date is equal to 3rd of October

2010 in our query we're putting the word

where and then higher underscore date


Related queries:


how to get data based on date in sql server
how to find record inserted date in sql server
select data based on date in sql server
sql query to fetch records based on date and time
sql query to fetch records based on date
sql query to fetch records based on date range
sql query to fetch records based on current date