Re: [HACKERS] [OT] MySQL is bad, but THIS bad?

2006-05-18 Thread Philippe Schmid
robably be more difficult as more users are converted... Best regards, Philippe Schmid ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings

Re: [HACKERS] Wishlist: subqueries that return multiple columns

2004-11-25 Thread Philippe Schmid
do this by constructing a RECORD in each subselect and then wrapping another layer around the query where I explicitly list each element of the RECORD that I want to include in the result set. But it would be nice to have some more convenient mechanisms for handling this case. -- greg Phili