Don't want to hassle you wink but following the format of the other thing earlier in the thread:

UPDATE ubbt_USER_PROFILE set USER_RATING='0' where USER_ID='###'

...would that not be....

UPDATE ubbt_TOPICS set TOPIC_VIEWS='2000' where ubbt_TOPICS.TOPIC_ID='184464'

(where 2000 is the page view I want to show)

?

Thank you!