N
N
Neonoviiwolf2018-12-11 01:18:33
SQLite
Neonoviiwolf, 2018-12-11 01:18:33

Can't google how to get after date in SQLite?

Kind
In the Table there is a column with a date of type string, the record looks like this "2018-05-01", so, I need to find the latest date
, that's what I wrote, but alas

"Select date_write FROM title_product WHERE date_write = (SELECT max(date_write) from title_product)"

android application throws an error with such a request.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question