sbj
Well-known member
Hello,
I tried this:
and this (which is the same query I think):
The query runs but it says 0 rows are affected.
Basically what I want is, like when you edit a thread-title and press save but without changing anything. Just pressing "save" in a SQL query for all threads in a node.
Is this possible? Or another way to batch update thread titles?
Yes, I do have a backup of my database. Any help is appreciated.
Thank You.
I tried this:
SQL:
UPDATE xf_thread SET xf_thread.title=xf_thread.title WHERE xf_thread.node_id = 36;
SQL:
UPDATE xf_thread SET title=title WHERE node_id = 36
The query runs but it says 0 rows are affected.
Basically what I want is, like when you edit a thread-title and press save but without changing anything. Just pressing "save" in a SQL query for all threads in a node.
Is this possible? Or another way to batch update thread titles?
Yes, I do have a backup of my database. Any help is appreciated.
Thank You.