I have a table in SQLite with several fields including a Text type date with the following format:
"2018-11-04 12:13:00"
Since SQLite does not have the Date field in problems to make queries of dates greater or lesser than one that happens with the same format since he takes it as a string, someone could tell me if it is possible to make this type of query ?