hi all,
what is the function that is equal to the mysql_data_seek in PostgresSQL?
mysql_data_seek
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
pg_result_seek()
There are two (2) functions on the PostgreSQL documentation page that have "seek" in their name... pretty straight forward.
There are two (2) functions on the PostgreSQL documentation page that have "seek" in their name... pretty straight forward.