User
Users Table
Column
Type
Description
SELECT
user_id,
email,
role,
preferences,
updated_at
FROM users
ORDER BY updated_at DESC;Last updated
Was this helpful?
SELECT
user_id,
email,
role,
preferences,
updated_at
FROM users
ORDER BY updated_at DESC;Last updated
Was this helpful?
Was this helpful?