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.
ログインテーブルと登録テーブルを含むデータベースがあります。登録テーブルにユーザー名とパスワードの列があります。これらの列がいっぱいになったら、ログインテーブルにも自動的に表示されるようにします。誰かがこの効果を得る方法を教えてもらえますか
簡単なものは、登録テーブルに挿入した後にトリガーを使用し、内部トリガーをログインテーブルに書き込むことです。