fillyouin on 10/12/10
Last Edited at 10/12/10 09:31pm
mysql> SELECT m.mail_name, d.name, a.password FROM mail AS m LEFT JOIN (domains AS d, accounts AS a) ON (m.dom_id = d.id AND m.account_id = a.id)
Report this snippet Tweet
Comment:
You need to login to post a comment.