Re: really arbitrary sql and dbix

2001-12-05 Thread Gerald Richter
> 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

really arbitrary sql and dbix

2001-12-05 Thread Joshua Spoerri
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: