SELECT t1.*, t2.* FROM sys_users AS t1 LEFT JOIN sys_users_personal_data AS t2 ON(t1.userIDN = t2.IDN) WHERE t1.IDN =