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.
新しいXE2dbExpressには、ブールフィールドの使用にまだ問題がありますか?
最善の方法は、ドメインを使用することです
CREATE DOMAIN BOOL AS SMALLINT DEFAULT 0 CHECK (value in (0,1) or value is null);
よろしく
AFAIKFirebirdにはBOOLEAN型はありません。