SQL Order By Descending Example

SQL 2 weeks ago 1,514 views
S

sujeetkumar713

21 public snippets
1,514 Views
0 Comments
0 Saves

Description

SQL ORDER BY descending newest records first.
SQL Order By Descending Example.sql
SELECT * FROM users
ORDER BY created_at DESC;

Comments (0)

Add Comment

No comments yet. Be the first to comment!