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.
テーブルの作成時に、フィールドが「未定義」の場合は空白に変更することを確認しようとしています。何かのようなもの -
Create Table ( Id real Primary Key, Name Text Check(*** if this field is 'undefined' then change it to ' ' ****) );