Hi I have this:
select * from auth.basic
where url="mail.yahoo.com"
and username="username"
and password="password"
and this:
select * from ymail.messages where numMid='3'
Can I somehow combine them? I think you can imagine why I want this?