securedme Well-known member Licensed customer Dec 8, 2025 #1 I would like to empty all descriptions of all nodes.
AndyB Well-known member Licensed customer Dec 8, 2025 #2 Here you go: UPDATE xf_node SET description = '' Upvote 0 Downvote
R Rene_V Active member Licensed customer Dec 8, 2025 #3 A word of advice if I may, make first a backup of the node table before running the query. Personally I always make a backup of the entire database before I edit things in there manually. If things go south I always have the backup to fall back on. Upvote 0 Downvote
A word of advice if I may, make first a backup of the node table before running the query. Personally I always make a backup of the entire database before I edit things in there manually. If things go south I always have the backup to fall back on.