Answer the question
In order to leave comments, you need to log in
Partial search on date data type?
There is a table with records. The table has a field with data type date
How to search for a specific year , month or specific week ?
Tried to use LIKE, but it doesn't work with date field type:
select * from exampleTable where dateValue like '2018%';
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question