2 lines
138 B
Bash
Executable File
2 lines
138 B
Bash
Executable File
sqlite3 -init plot.sqliterc rivers.db "select timestamp, level from levels where stationid = $1 and timestamp > date('now', '-3 months')"
|