insert into <table_name>(<column_name_1>) values(<value>)
where column_name_0=xyz;
I know this ways it's wrong but I want to find the alternate of this query. Actually I want to insert value to that column only in which the where condition satisfies. Also I have set column_name_0 as primary key and not null