mmarif4u
01-08-2007, 04:54 AM
Hi every body..
I have this query:
update `o_subscription` set cdlevel=02 WHERE icactive = 'X' and dtexpire >= '2006-01-01' and cdlevel= 01
i want to upgrade the user whose account is expired in 2006-01-01
and dtexpire >= '2006-01-01'
Will this query work..
i also want that upgrade the user level to coming level
example is level 2 to level 3.
i use this query with date ..
>= what will this operators do.
Thanks in advance
I have this query:
update `o_subscription` set cdlevel=02 WHERE icactive = 'X' and dtexpire >= '2006-01-01' and cdlevel= 01
i want to upgrade the user whose account is expired in 2006-01-01
and dtexpire >= '2006-01-01'
Will this query work..
i also want that upgrade the user level to coming level
example is level 2 to level 3.
i use this query with date ..
>= what will this operators do.
Thanks in advance