Displaying 1 result from an estimated 1 matches for "temporary_t".
Did you mean:
temporary_0
2002 Dec 01
1
Date: Sun, 1 Dec 2002 13:23:04 -0600
Hi,
I've run into a bit of a problem with using the RMySQL library. I've
been attempting to create a temporary table in a MySQL database and then
perform a SELECT with a WHEREs clause on the table. In effect perform a
SELECT with a subSELECT.
The problem is that it never seems to be able to find the table after I
create it. I've been using the dbSendQuery method to create the table