hi, i have a little question.
sorry my english.
in my web application(in a report page), i should get a list from database.
But result returns too late.
So i've changed my sql query.
i'm creating a temp table, and my main query left join with this table.
at the end dropping the temp table.
is this logical?
my query inculdes "Creating temp table, main select query, dropping temp table".
when this report page runs, this sql query runs like this.
is this a right way?
regards.