dk
Size: a a a
dk
PB
PB
PB
DA
DA
dk
PB
PB
PB
dk
dk
user
.id
, user
.wallet_id
, user
.phone
, user
.name
, user
.created_at
, user
.is_active
, user
.last_active
, user
.last_push
, user
.last_trc
, user
.photo
, user
.gender
, user
.bday
, user
.last_played
, user
.last_game
, user
.game_tick
, user
.check_in
, user
.currency
, user
.country
, user
.profile_reward
, user
.profile_virgin
, user
.geo_reward
, user
.geo_virgin
, CAST(user
.bday
AS date) AS birthday
FROM `userdk
dk
dk
user
.id
, user
.wallet_id
, user
.phone
, user
.name
, user
.created_at
, user
.is_active
, user
.last_active
, user
.last_push
, user
.last_trc
, user
.photo
, user
.gender
, user
.bday
, user
.last_played
, user
.last_game
, user
.game_tick
, user
.check_in
, user
.currency
, user
.country
, user
.profile_reward
, user
.profile_virgin
, user
.geo_reward
, user
.geo_virgin
, CAST(user
.bday
AS date) AS birthday
FROM user
WHERE CAST(user
.bday
AS date) IN (2003-12-25, 2000-12-25)dk
dk
dk
user
.id
, user
.wallet_id
, user
.phone
, user
.name
, user
.created_at
, user
.is_active
, user
.last_active
, user
.last_push
, user
.last_trc
, user
.photo
, user
.gender
, user
.bday
, user
.last_played
, user
.last_game
, user
.game_tick
, user
.check_in
, user
.currency
, user
.country
, user
.profile_reward
, user
.profile_virgin
, user
.geo_reward
, user
.geo_virgin
, CAST(user
.bday
AS date) AS birthday
FROM user
WHERE CAST(user
.bday
AS date) BETWEEN 2000-12-25 AND 2003-12-25PB
user
.id
, user
.wallet_id
, user
.phone
, user
.name
, user
.created_at
, user
.is_active
, user
.last_active
, user
.last_push
, user
.last_trc
, user
.photo
, user
.gender
, user
.bday
, user
.last_played
, user
.last_game
, user
.game_tick
, user
.check_in
, user
.currency
, user
.country
, user
.profile_reward
, user
.profile_virgin
, user
.geo_reward
, user
.geo_virgin
, CAST(user
.bday
AS date) AS birthday
FROM user
WHERE CAST(user
.bday
AS date) BETWEEN 2000-12-25 AND 2003-12-25