| 1 | SELECT `Profile`.`id`, `Profile`.`user_id`, `Profile`.`title`, `Profile`.`shortdescription`, `Profile`.`description`, `Profile`.`imagepath`, `Profile`.`created`, `Profile`.`modified`, `User`.`id`, `User`.`username`, `User`.`password`, `User`.`email`, `User`.`usertype`, `User`.`displayname`, `User`.`cp`, `User`.`validation`, `User`.`registration_ip`, `User`.`lastlogin_ip`, `User`.`banned`, `User`.`lastlogin`, `User`.`dailybonus`, `User`.`created`, `User`.`modified` FROM `AnimatedBible_0-1-3`.`profiles` AS `Profile` LEFT JOIN `AnimatedBible_0-1-3`.`users` AS `User` ON (`Profile`.`user_id` = `User`.`id`) WHERE `Profile`.`id` = 'sodaHoidway' LIMIT 1 | | 1 | 1 | 1 |