I need a query to return the results of something like this:
select
period,
sum(foo),
sum(bar)
group by
period
Except I need each period to be listed as a column not a row. Does anyone know how this is done?
-Clive
Hi all,
I'm intending to do a little packet analysis in linux. Can anyone point me to some code that reads packets from an ethernet card.
Cheers,
-Clive
I'm adding about 1 million records to a table using ODBC insert statements. There are also 19 indexes on this table. As you can imagine this takes a while.<br><br>Is there a way to speed things up?<br>Can I stop the indexing till after all the inserts?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.