SQLite Forum

Are Views just stored SQL Strings or something more?
Login
MD is Markdown. Should it be MU (Markup)? What's the difference?

So I just created a view with a set of joins. Worked like magic!

I am now going to try to create some views for my Qt application. I thought Qt documentation said views are not supported. But it's sql, right? Ought to work.

Looking at the CREATE TABLE (syntax diagram) definition again after looking at CREATE VIEW. I see that you can create a table composed of JOINs. What does that even mean? It doesn't seem right that I can define a table that is composed of JOINs of other tables.