JimmyCryptoMan213@lemmy.world to Lemmy@lemmy.mlEnglish · 1 year agoWhat is your email used for when signing up to Lemmy?message-squaremessage-square11fedilinkarrow-up121arrow-down11file-text
arrow-up120arrow-down1message-squareWhat is your email used for when signing up to Lemmy?JimmyCryptoMan213@lemmy.world to Lemmy@lemmy.mlEnglish · 1 year agomessage-square11fedilinkfile-text
minus-squareBlueÆther@no.lastname.nzlinkfedilinkEnglisharrow-up7·1 year agoselect person.id,name,local,local_user.email from person join local_user on person.id = local_user.person_id where person.id =2; id | name | local | email ----+-----------+-------+--------------------- 2 | BlueEther | t | firstname@lastname.nz Email is only available for local users and only if filled in on the signup form
select person.id,name,local,local_user.email from person join local_user on person.id = local_user.person_id where person.id =2;
id | name | local | email
----+-----------+-------+---------------------
2 | BlueEther | t | firstname@lastname.nz
Email is only available for local users and only if filled in on the signup form