Jump to content

[SOLVED] less than symbol in a query


SirChick

Recommended Posts

yeah, just make sure you encase the value with single quotes.

$findbusinesses = "SELECT * FROM businesses WHERE TotalOwned < '3';";

 

Actually, I would not use quotes as numbers should never be an entities name so that won't be a problem, and mysql will have to trim off the quotes anyway.

 

Infact, I can't back this up with a link or anything, but I think you're actually supposed to not put quotes on numbers.... I am wrong quite often though x.x

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.