select user_id FROM t_customer WHERE mobile in ( '13501013423' );
select user_id FROM t_customer
WHERE mobile in
(
'13501013423'
);