Re: Can't achieve alias working with SQL
19 May
2015
19 May
'15
4 p.m.
Hi,
Le 19/05/2015 14:54, Jorge Bastos a écrit :
Finally I achieved making alias to work by changing the user_query:
#FROM users WHERE username = '%n' AND domain = '%d'
TO :
FROM users WHERE username = '%n' AND domain = '%d' or email=(select destination from forwards where source='%u');
But I don't know if that's the right way.
Wanting for any suggestion ....
Samuel.
3735
Age (days ago)
3735
Last active (days ago)
1 comments
1 participants
participants (1)
-
Samuel