Voting

: max(nine, six)?
(Example: nine)

The Note You're Voting On

ANDYCHR17 at HOTMAIL dot COM
19 years ago
Had a few issues while trying to run this in PHP 4.4.0:

- I could not get it to work with column names that are SQL reserved words (example: desc, order). I was forced to change the column names in order to use the function. I could not put the column names in quotes, because that caused pg_convert() to fail.

- Function was returning false until I passed the PGSQL_DML_EXEC option.

<< Back to user notes page

To Top