Jump to content

mjm037

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

mjm037's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hey, have a quick problem. am trying to select rows from a database where the quantity is between 0 and 10 (but not 0). can get less than 11: [code]$sql = "SELECT * FROM myTable WHERE Quantity <= 11;" [/code] or more than 0: [code]$sql = "SELECT * FROM myTable WHERE Quantity > 0;" [/code] but dont know the syntax for both at the same time, please help!!
×
×
  • 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.