We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27e1ea3 commit be54ed7Copy full SHA for be54ed7
duckdb/queries/interactive-complex-7.sql
@@ -17,5 +17,5 @@ where
17
tmp.l_personid = l.l_personid and
18
tmp.l_creationdate = l.l_creationdate and
19
l.l_messageid = m_messageid
20
-order by l_creationdate desc, p_personid asc
+order by l.l_creationdate desc, p_personid asc
21
;
0 commit comments