Postgresql – Insert sql but all rows have the same id (no unique constraint)
I'm trying to make an insert where the first row is the default item and the other rows are the variants with different language (making a primary key with id and locale) and I was thinking on something like this…