✅ Why wont these SQL queries work?
Creating a userview - this works.
Update userview - doesnt work
Insert userview: - doesnt work
4 Replies
"doesn't work" is not specific
Can I ask for this query in SQLite:
I have created a view successfully called Customer1998.
When I run this query
it gives me this error: Result: no such table: main.order details
How can i Resolve this?
Regarding this, is this becoz of the view-defining condition?
Ah i managed to resolve this!!