You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ select name, description from abseil.repos
59
59
### → Get last-updated time and title of the issues closed in the past 3 days in [servo](https://github.com/servo) listed in descending order of last-updated time.
60
60
61
61
```sql
62
-
select updated_at, title fromservo.issues.closed.3order by updated_at,desc
62
+
select updated_at, title fromservo.issues.closed.3order by updated_at desc
0 commit comments