Is there a way to fetch just one record or take the first/last one from the returned list?
In table A I have a record with an email.
In table B, I also have records with their emails.
I need to update A record with B attributes but they come from dif...