Formateur SQL
src/tools/Formateur SQL
SELECT
  *
FROM
  users
WHERE
  id = 1
ORDER BY
  created_at DESC