Archive for October, 2008

Happy Talk

Posted by Johan Cyprich on 05 Oct 2008 | Tagged as: General

Happy talk, keep talkin’ happy talk,Talk about things you’d like to do.You got to have a dream,If you don’t have a dreamHow you gonna have a dream come true? South Pacific Proverb

Make Your Sure Your Software Is Useful

Posted by Johan Cyprich on 04 Oct 2008 | Tagged as: Humour

Source: the contiki strip

Postgres: column “field” does not exist

Posted by Johan Cyprich on 01 Oct 2008 | Tagged as: How To

When I run the following SQL command in PostgreSQL: select * from projects where Status=’Inactive’ I get the following error: ERROR: column “status” does not exist This is a very frustrating and confusing error because the same SQL command works in MS SQL Server and MySQL. After some research, I discovered that Postgres converts all [...]

« Newer Entries