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.
データベース product_description には、custom_title (vchar) という名前の列にいくつかの空の値があります。「name」という名前の別の値 (vchar) とテキストで更新したいと思います。私は試して0を返しました:
SELECT name + 'text' AS custom_title FROM product_description where custom_title is NULL