Trying to update table view using:
CREATE OR REPLACE VIEW [vtable] AS SELECT * FROM Files_Table ORDER BY File
The table returns the old view, not the updated one.
Statement Verified in Sqlite Database Browser:
Error message from database engine: near "OR": syntax error
but didn't get it in the program?
Any idea why it is not being updated?
sql database sqlite database-design
TTT
source share