Skip to content

Commit c04728a

Browse files
author
riccardocucia
committed
Wip views
1 parent 3953d4c commit c04728a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

example/utils/sql/05_database_view.sql

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,3 @@ select
5555
from chats.messages m
5656
left join chats.users u on u.id = m."authorId"
5757
left join chats.rooms_l r on r.id = m."roomId";
58-
59-
60-

0 commit comments

Comments
 (0)