This website requires JavaScript.
Explore
Help
Sign In
nightshade
/
nerak
Watch
1
Star
1
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
16231356ed77fe3831691412d5749f4ac320524a
nerak
/
12_rails_15_min_blog_external
/
get_posts.sql
T
4 lines
72 B
SQL
Raw
Normal View
History
Unescape
Escape
MaCH repo
2025-07-24 12:46:01 -05:00
SELECT
id
,
title
,
body
,
created_at
FROM
posts
ORDER
BY
created_at
DESC
;
Reference in New Issue
Copy Permalink