Untitled

From Alex, 4 Months ago, written in Plain Text, viewed 70 times. This paste will die in 1 Second.
URL http://codebin.org/view/cb7adf1f Embed
Download Paste or View Raw
  1. SELECT *,
  2.        DENSE_RANK() OVER (ORDER BY created_at DESC)
  3. FROM tools_shop.users
  4. ORDER BY user_id;

Reply to "Untitled"

Here you can reply to the paste above