just trying something: echo "SELECT * FROM archive_day_rain WHERE (sum > 4);" | sqlite3 weewx.sdb.old2 if I do this, it brings up the rows with big sums. can I just do this:
echo "UPDATE archive_day_rain SET sum=NULL WHERE (sum > 4);" | sqlite3 weewx.sdb.old2 or will that not work? maybe sum=0 is better? Thanks Chris -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/89baf477-622d-48d3-8f66-a00840b8e484%40googlegroups.com.
