Re: create database view from another table

2023-02-06 Thread Curtis Maloney
Hi Mike, this is not really the correct list for your question - this list is about development _of_ Django, not _with_ Django. That said: did you consider adding an index for each of the derived values you wanted? This can act as an efficient way to keep, effectively, a "cache" of values deri

create database view from another table

2023-02-06 Thread Fred Mayer
I had a problem and solved it; just want to know if there was another more elegant solution than the one I did. Please let me know if you know of a better option: The issue: have a date-time column in my specific SQLITE3 table. wanted to create Year, Month, Day, Hour, Minute, Seconds and a