Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
列内の値が等しい"/2/3/"列の値の先頭に挿入するクエリを実行しようとしています。私は基本的な MYSQL を知っていますが、これを構造化するいくつかの問題があります。"Value""attribute_id""703"
"/2/3/"
"Value"
"attribute_id"
"703"
UPDATE table_name SET value=CONCAT('/2/3',value) WHERE attribute_id = 703 注意: table_name をテーブルの名前に置き換えます