> I have the following two tables, the table correo have the messages send
> using the mail, the other table web have the message send using web.
[snip]
> But I need have only one query for both tables, I was trying but I can't,
> how can I do it?
Have you looked into UNION?
Also, are the tables indentical in all but name? If so, perhaps consolidating
the two tables and add a field to be used to distinguish between the two types
of messages?
Chris