insert into flarum_users (`id`,`username`,`email`,`is_email_confirmed`,`password`,`bio`,`avatar_url`,`preferences`,`joined_at`,`last_seen_at`,`marked_all_as_read_at`,`read_notifications_at`,`discussion_count`,`comment_count`,`read_flags_at`,`suspended_until`,`create_by`,`create_time`,`update_by`,`update_time`,`del_flag`,`remark`) values (?id,?username,?email,?is_email_confirmed,?password,?bio,?avatar_url,?preferences,?joined_at,?last_seen_at,?marked_all_as_read_at,?read_notifications_at,?discussion_count,?comment_count,?read_flags_at,?suspended_until,?create_by,?create_time,?update_by,?update_time,?del_flag,?remark) update flarum_users set `id`=?id,`username`=?username,`email`=?email,`is_email_confirmed`=?is_email_confirmed,`password`=?password,`bio`=?bio,`avatar_url`=?avatar_url,`preferences`=?preferences,`joined_at`=?joined_at,`last_seen_at`=?last_seen_at,`marked_all_as_read_at`=?marked_all_as_read_at,`read_notifications_at`=?read_notifications_at,`discussion_count`=?discussion_count,`comment_count`=?comment_count,`read_flags_at`=?read_flags_at,`suspended_until`=?suspended_until,`create_by`=?create_by,`create_time`=?create_time,`update_by`=?update_by,`update_time`=?update_time,`del_flag`=?del_flag,`remark`=?remark where id =?id delete from flarum_users where id =?id select `id`,`username`,`email`,`is_email_confirmed`,`password`,`bio`,`avatar_url`,`preferences`,`joined_at`,`last_seen_at`,`marked_all_as_read_at`,`read_notifications_at`,`discussion_count`,`comment_count`,`read_flags_at`,`suspended_until`,`create_by`,`create_time`,`update_by`,`update_time`,`del_flag`,`remark` from flarum_users where id =?id select `id`,`username`,`email`,`is_email_confirmed`,`password`,`bio`,`avatar_url`,`preferences`,`joined_at`,`last_seen_at`,`marked_all_as_read_at`,`read_notifications_at`,`discussion_count`,`comment_count`,`read_flags_at`,`suspended_until`,`create_by`,`create_time`,`update_by`,`update_time`,`del_flag`,`remark` from flarum_users