We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3953d4c commit c04728aCopy full SHA for c04728a
example/utils/sql/05_database_view.sql
@@ -55,6 +55,3 @@ select
55
from chats.messages m
56
left join chats.users u on u.id = m."authorId"
57
left join chats.rooms_l r on r.id = m."roomId";
58
-
59
60
0 commit comments