USE enwiki_p;
SELECT user_id,
user_name,
CAST(user_registration AS DATE)... |
8 years ago |
USE enwiki_p;
SELECT user_id,
user_name,
user_registration,
... |
8 years ago |
USE enwiki_p;
SELECT user_id,
user_name,
user_registration,
... |
8 years ago |
USE enwiki_p;
SELECT user_id,
user_name,
CAST(user_registration AS date)... |
8 years ago |
USE enwiki_p;
SELECT user_id,
user_name,
CAST(user_registration AS date)... |
8 years ago |
USE enwiki_p;
SELECT user_id, user_name, cast(user_registration as date) as... |
8 years ago |
USE enwiki_p;
SELECT user_id, user_name, cast(user_registration as date) as... |
8 years ago |