You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drop table if exists user_login_log;
create table user_login_log(
name string,
province string,
login_date string,
login_time string
)
row format
delimited fields terminated by '\t'
stored as textfile;