Answer the question
In order to leave comments, you need to log in
How to rename "DESCRIPTION" fields in Bitrix cms via SQL query?
There are a lot of incorrect DESCRIPTION fields on the site - the same line and they are not suitable for describing the page at all. There is access to the mysql database, you need to:
1) find out the name of the table and the field in which the description is entered
2) Compose an SQL query something like "UPDATE `tablename` SET `description` = `normal description` WHERE `description` = `Our bank - ...`"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question