Voting

: zero plus nine?
(Example: nine)

The Note You're Voting On

Anonymous
21 years ago
Also for those who are trying to move off oracle, pg_fetch_all returns an array with rows and columns inverted in the sense of ocifetchall. You would need to transpose this result array before your code takes the first index a column name and the second index a row index.

<< Back to user notes page

To Top