Is it possible to ignore foreign key conflicts on insert with sqlite?

前端 未结 0 2003
我寻月下人不归
我寻月下人不归 2020-12-30 02:50

Here is an anonymized representation of two tables I have:

create table if not exists master_node (
    book_name text primary key on conflict ignore not null         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题