Can Some one help me how to make Compose rate Up only 85 Point or 1* and thanks:handsdown::handsdown::handsdown:
UPDATE cq_eudemon_rbn_rqr SET min = NumberGoesHere UPDATE cq_eudemon_rbn_rqr SET max = NumberGoesHere
That query won't do anything at all. You aren't setting anything, your just updating with a where clause. It should be something like.Quote:
Code:UPDATE cq_eudemon_rbn_rqr WHERE min = NumberGoesHere UPDATE cq_eudemon_rbn_rqr WHERE max = NumberGoesHere
UPDATE cq_eudemon_rbn_rqr SET min = NumberGoesHere; UPDATE cq_eudemon_rbn_rqr SET max = NumberGoesHere;
Update cq_eudemon_rbn_rqr set min = (when it's lower, it's more harder, if you want to multiply them, which is the PERFECT solution, use "*x(the asterik means times, x is the number to multiply with, dividing is nearly the same. but with / instead of *); Update cq_eudemon_rbn_rqr set max=(when it's lower, it's more harder, if you want to multiply them, which is the PERFECT solution, use "*x(the asterik means times, x is the number to multiply with, dividing is nearly the same. but with / instead of *); #if you want compose rates to be x2 or xwhatever just write instead of "what you want here" *2.