RE: Query on postgresql

wxdqz

New Member
Hi,
I got some problem with this query. It keep telling me that the relation "boardinfo" cannot be found. I believe this is a matter of case sensitive because my table is name is BoardInfo and not boardinfo.

Example of my program :-

$sql="select * from BoardInfo;";

$result_set = pg_exec($conn,$sql);

Any I idea how to solve the above problem ?
 
Back
Top