Untitled
unknown
plain_text
a year ago
229 B
7
Indexable
Query 1: List All Users This query retrieves a list of all users, including their names, emails, and the date they were created. sql Copy code SELECT id, firstName, lastName, email, createdAt FROM "User" ORDER BY createdAt DESC;
Editor is loading...
Leave a Comment