methods of joining 2 tables without using JOIN or SELECT more than one distinct table in the query
Posted
by GB_J
on Stack Overflow
See other posts from Stack Overflow
or by GB_J
Published on 2010-03-19T15:19:46Z
Indexed on
2010/03/19
15:21 UTC
Read the original article
Hit count: 115
Is there a way of joining results from 2 tables without using JOIN or SELECT from more than one table? The reason being the database im working with requires queries that only contain SELECT, FROM, and WHERE clauses containing only one distinct table. I do, however, need information from other tables for the project i'm working on.
More info: the querier returns the query results in a .csv format, is there something we can manipulate there?
© Stack Overflow or respective owner