Database - Specific Row and Column Retrieval
Posted: Mon Sep 28, 2009 5:39 pm
I searched and didn't see this but I'll apologize if it's been asked.
Can there be any change that would allow for a value to be returned from a specific column and row? For example, PosgreSQL allows you to pass a row and column to the PQgetvalue() function to return the value at a specific location.
I mean, yeah, it can be programmed around and made so that you do each row in order and don't need to pass the row but it's nice to have the option (when the database supports it) to get the value from a specific row & column.
Can there be any change that would allow for a value to be returned from a specific column and row? For example, PosgreSQL allows you to pass a row and column to the PQgetvalue() function to return the value at a specific location.
I mean, yeah, it can be programmed around and made so that you do each row in order and don't need to pass the row but it's nice to have the option (when the database supports it) to get the value from a specific row & column.