hi,
make sure that the values are really duplicated first..
- check the collation of column. - check accent chars exist. - check lowercase, uppercase - check white space, tabs etc.
burcin On 27 Nov 2024, at 07:28, Sajjad Abid <abidsajjad@xxxxxxxxx> wrote:
Version of Postgres is 12.9 Which version of Postgres are you using?
A column is character varying(50), also on this column a unique constraint is defined, but I found some duplicate values in this column for some records user_name character varying(50)
CONSTRAINT
user_name_unq UNIQUE (
user_name )
Kindly help me to resolve this issue.
-- Thanks & Regards,
Sajjad Abid
-- Thanks & Regards,
Sajjad Abid
|