Voting

: min(two, six)?
(Example: nine)

The Note You're Voting On

eddie at eddiemonge dot com
15 years ago
pg_fetch_row is faster than pg_fetch_assoc when doing a query with * as the select parameter. Otherwise, with declared columns, the two are similar in speed.

<< Back to user notes page

To Top