Re: [sqlite] [EXTERNAL] Only enter higher values in table

2019-12-27 Thread Cecil Westerhof
ezember 2019 13:05 > An: SQLite mailing list > Betreff: [EXTERNAL] [sqlite] Only enter higher values in table > > Just to have a way to see my progress at Udemy, I created the following > table and view: > CREATE TABLE rawSummaryUdemy ( > dateTEXTNOT NUL

Re: [sqlite] [EXTERNAL] Only enter higher values in table

2019-12-27 Thread Hick Gunter
mailing list Betreff: [EXTERNAL] [sqlite] Only enter higher values in table Just to have a way to see my progress at Udemy, I created the following table and view: CREATE TABLE rawSummaryUdemy ( dateTEXTNOT NULL DEFAULT CURRENT_DATE, total INTEGER NOT NULL