Skip to content

Commit be54ed7

Browse files
committed
Resolve ambiguity in query
1 parent 27e1ea3 commit be54ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

duckdb/queries/interactive-complex-7.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ where
1717
tmp.l_personid = l.l_personid and
1818
tmp.l_creationdate = l.l_creationdate and
1919
l.l_messageid = m_messageid
20-
order by l_creationdate desc, p_personid asc
20+
order by l.l_creationdate desc, p_personid asc
2121
;

0 commit comments

Comments
 (0)