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.
特定のデータベース内のすべてのテーブルのデフォルト値を Null 値から更新する方法..
とでUPDATEクエリを作成します。WHERE field IS NULLSET field = yourdefaulthere
UPDATE
WHERE field IS NULL
SET field = yourdefaulthere