Hi,
Suppose I have a varchar field "A" in my table that has a value '120 g'
I have a variable $weight=120;
Now I want to run a query which compares $weight to 120 of field A
Can I do that? I think I will have to extract the number from 120 G and then do the comparsion.or something like that/........
Thanks
Suppose I have a varchar field "A" in my table that has a value '120 g'
I have a variable $weight=120;
Now I want to run a query which compares $weight to 120 of field A
Can I do that? I think I will have to extract the number from 120 G and then do the comparsion.or something like that/........
Thanks