Hi i want to select all cells that have omega and the img path is not empty. I can list the products from the omega range but its still showing the one with no images.. i.e. don't have a path to the image. am i going about this the right way?
Please point me in the right direction.
Code:SELECT * FROM `worktops` WHERE `range` = 'omega' AND `imgpath` IS NOT NULL










Bookmarks