Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mysql_query api

Status
Not open for further replies.

bonosa

Programmer
May 19, 2004
76
US
I am putting a column as integer> I fill it with values. Later I query for those entries where the col > 0. My code crashes with this query:
"select * from table1 where col1 > 0" which I give to mysql_query.
ANy help appreciated,
thanks,
sb



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top