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.
Table: dept Field: dept_codeを php フォームで mysql テーブルに持っています。重複検証が必要です。コードを使用するALTER TABLE tableName ADD CONSTRAINT tb_UQ UNIQUE (area_code)と、データベースでうまく機能します。しかし、送信ボタンをクリックすると、phpフォームにポップアップアラートボックスが必要です。
ALTER TABLE tableName ADD CONSTRAINT tb_UQ UNIQUE (area_code)