https://bugs.documentfoundation.org/show_bug.cgi?id=104651

--- Comment #5 from [email protected] ---
Queries are designed in the Base-file and will be sent to the database every
time it should be executed. You could create queries to change data in a table.

Views are designed in the database. They will be sent to Base like tables,
which couldn't be edited. Views are faster than queries and you could filter
and sort views better. Most of reports in Report-Builder will run better with a
view than a query, because it handles views like a table.

The content in the folder for Tables is the content of the database. The
content of the folder for Queries is the content of the Base-file.

I would prefer "Wontfix" for this one.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to