Skip to content

Commit eed3cc0

Browse files
committed
Sorting order in query8 from INT
1 parent e77451a commit eed3cc0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ldbc_socialnet_qgen/sib/int/query8.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
select ?from %OtherDetails% ?first ?last ?dt ?content
1+
select ?from %OtherDetails% ?first ?last ?dt ?rep ?content
22
where {
33
{ select ?rep ?dt
44
where {
@@ -12,3 +12,4 @@ where {
1212
?from snvoc:firstName ?first . ?from snvoc:lastName ?last .
1313
?rep snvoc:content ?content.
1414
}
15+
order by desc(?dt) ?rep

0 commit comments

Comments
 (0)