The following query will set ALL forums to be sorted by Last Post Time, descending. Keep in mind, once you run this query, it cannot be undone so make sure this is what you want to do before you do it.

SQL Query
update ubbt_FORUMS
set FORUM_SORT_FIELD = 'last', FORUM_SORT_DIR = 'des'