Forum Moderators: open
Hoping a guru can help me out on this one, I have 1 database table where i am storing my form data.
short example of my database row below.
item1 item2 item3 item4
----- ----- ----- -----
--0-- --3-- --2-- --0--
Using a SELECT statement I want to be able to retrieve the values of all the fields from this database row that have a value > 0. Is this possible? in my past mysql work i've just used basic SQL SELECT statements, so this one is causing me a bit of trouble.
If anyone has any ideas how this can be achieved, it would be much appreciated.