> i'm using subquery-less mysql,
> and need to create a temporary table for some of my queries.
>
> is there any way to use dbix and _really_ arbitrary sql
> (create table ...; select ...) ?
>
For create, insert etc. you can use the do method:
$set -> do ('create table ') ;
For select yo
i'm using subquery-less mysql,
and need to create a temporary table for some of my queries.
is there any way to use dbix and _really_ arbitrary sql
(create table ...; select ...) ?
thanks,
josh spoerri
-
To unsubscribe, e-mail: