Advertisement
Kruzar

Untitled

Jun 6th, 2023
1,546
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PL/SQL 0.11 KB | None | 0 0
  1. ROUND((posts_count::REAL - (LAG(posts_count::REAL) OVER())) * 100/ (LAG(posts_count::REAL) OVER()), 2) AS percentage
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement