H
H
hunteramg2016-12-08 10:35:59
MySQL
hunteramg, 2016-12-08 10:35:59

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

1 answer(s)
M
Max, 2016-12-08
@MaxDukov

make a database dump, then just look in the text for a line of description that does not suit you, look into which table and into which field this value is inserted - profit.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question