Refers to an element that is distinctly different from any other element in a collection.
I have a simple table with field called "hash" VARCHAR 10 UNIQUE FIELD Now I would like to run a query …
mysql unique dynamically-generated hashThis is one strange, unwanted behavior I encountered in Postgres: When I create a Postgres table with composite primary keys, …
postgresql database-design null unique primary-keyI have a list of strings to insert into a db. They MUST be unique. When i insert i would …
sqlite unique identity auto-generateI am coding a messaging system and I don't want to have short IDs shown, is there any way that …
mysql unique uidI got a very common question when I was using Spring JDBCTemplate, I want to get the ID value after …
database spring unique jdbctemplate persistentI have this table: XPTO_TABLE (id, obj_x, date_x, type_x, status_x) I wanna create a unique …
sql oracle conditional unique unique-constraintI'm trying to generate a unique ID in php in order to store user-uploaded content on a FS without conflicts. …
php guid unique uuid identifierThere is a similar question for PHP, but I'm working with R and am unable to translate the solution to …
r duplicates unique r-faq