Bruno Wolff III a écrit:
> "Huang(at)tanpopo-tane(dot)com" <huang(at)tanpopo-tane(dot)com> wrote:
>
>Can I use Inner join two tables between two databases?
>
>if possible, how to write this SQL? If not, any other way to accomplish it?
>thank you!
the shorter I found was to "select into" a temporary table
which means combining 2 queries and do the inner join on it