Query Run
SELECT DISTINCT user_id, MONTH(user_registration) As Month FROM user WHERE... 3 months ago
SELECT DISTINCT user_id, MONTH(user_registration) FROM user WHERE... 3 months ago
SELECT DISTINCT user_id, user_name MONTH(user_registration) FROM user WHERE... 3 months ago
SELECT DISTINCT user_id, MONTH(user_registration) FROM user WHERE... 3 months ago
SELECT DISTINCT user_id, MONTH(user_registration) FROM user WHERE... 3 months ago
SELECT DISTINCT user_id, MONTH(user_registration) FROM user WHERE... 3 months ago
SELECT DISTINCT user_id, MONTH(user_registration) FROM user WHERE... 3 months ago
SELECT DISTINCT user_id, YEAR(user_registration) = 2023 FROM user WHERE ... 3 months ago
SELECT DISTINCT user_id, user_name FROM user WHERE YEAR(user_registration)... 3 months ago
SELECT DISTINCT user_id, user_name FROM user WHERE YEAR(user_registration)... 3 months ago
SELECT DISTINCT user_id, user_name FROM user WHERE YEAR(user_registration)... 3 months ago
SELECT DISTINCT user_id FROM user WHERE YEAR(user_registration) = 2024 AND... 3 months ago