I have a mySQL database where I want to take values(amount) from one table(customerinfo) and values(price) from another table(food info) then compare them. When the price is less amount then execute.
I have a mySQL database where I want to take values(amount) from one table(customerinfo) and values(price) from another table(food info) then compare them. When the price is less amount then execute.