Skip to content

Commit 7aa86fa

Browse files
committed
Sorting order in query3 from INT
1 parent 7f3d8ec commit 7aa86fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ldbc_socialnet_qgen/sib/int/query3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ where {
2929
}.
3030
filter (?ct1 > 0 && ?ct2 > 0) .
3131
}
32-
order by desc 6
32+
order by desc(6) ?fr
3333
limit 20
3434

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2
1+
3

0 commit comments

Comments
 (0)