Skip to content

Commit 960cef5

Browse files
committed
Sorting order in query10 from INT
1 parent 4c191eb commit 960cef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldbc_socialnet_qgen/sib/int/query10.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ where {
3131
?fof snvoc:isLocatedIn ?based .
3232
filter (1 = if (bif:month (?bday) = %HS0%, if (bif:dayofmonth (?bday) > 21, 1, 0), if (bif:month (?bday) = %HS1%, if (bif:dayofmonth(?bday) < 22, 1, 0), 0)))
3333
}
34-
order by desc 3
34+
order by desc(3) ?fof
3535
limit 10

0 commit comments

Comments
 (0)