I need to check if a row exists or not. If it does not exist, it should be inserted.
This is in postgres
and I am trying to insert row through a shell script. When I run the script it does not show error but it does not insert into table even though no matching row is present.