SQLite Forum

Getting a date range using "like"
Login
This should do the wanted thing with a case sensitive column:

```
    timestamp GLOB '2010-*'
```

etc.