select variable, setting from GlobalSettings
select Users.id as id , Users.userid as userid , Users.name as name , Users.email as email , Users.access_lvl as access_lvl , Users.pass as pass from Users where Users.id = '0'
select UserOptions.e_popup as e_popup , UserOptions.e_n_popup as e_n_popup , UserOptions.default_view as default_view , UserOptions.theme as theme , UserOptions.hour_format as hour_format , UserOptions.week_start as week_start , UserOptions.workday_start_hr as workday_start_hr , UserOptions.workday_end_hr as workday_end_hr , UserOptions.time_interval as time_interval , UserOptions.timezone as timezone , UserOptions.dst as dst , UserOptions.default_cal as default_cal , UserOptions.e_size as e_size , UserOptions.e_collapse as e_collapse , UserOptions.e_typename as e_typename , UserOptions.show_weeks as show_weeks from UserOptions where UserOptions.id = '0'
select id, userid, pass, access_lvl from Users where id = 0