Answer the question
In order to leave comments, you need to log in
How to make a selection from a table to a Date type field for a specific day, for sqlite droid?
Table with the following structure:
CREATE TABLE smlog (
id INTEGER PRIMARY KEY,
data DATE,
num INT
);
SELECT * FROM smLog where strftime("%m/%d/%Y","data")="05/02/2020"
Answer the question
In order to leave comments, you need to log in
The datetime class in Java was designed by the devil to torment the souls of developers.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question