I've been using MySql for a long time, and have just recently moved to
PostgreSql (currently I have a few projects already running on postgresql)..
I have to say I prefer PostgreSql over MySql. One major factor in this is
the price (as mysql isn't free for commercial projects).
I can't really tell
http://devloop.org.uk/documentation/database-performance/
Any comments?
Regards,
Tadej
Hi!
I’ve got a timestamp field.. and it returns sth like “2006-01-04
21:33:17.156”. How can I get the same result, just without the .156? I’ve
looked at date/time formatting functions, etc, but couldn’t find a
straight way to do this L
Thanks.
Regards,
Tadej