SQLite Forum

Calculating duration in ISO8601 timestamp
Login
Ah, that was probably a copy/paste mistake from me trying different things.

```
select
	julianday(min(datetime))
from table1
```

This returns nothing/blank.