On 8/4/06 9:22 PM, Jonathan Vanasco wrote:
> works on mysql , not psql
> select distinct ip_address from visit order by timestamp_created asc;

Yeah, I remember that one now that you mention it.  But that's reasonable,
IMO.  MySQL will let you do all sorts of crazy stuff, e.g.,

    select count(*), name, num from foos group by name;

Then you get to guess what value the num column will have in each row :)

-John



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to