Re: [GENERAL] Adding a unique number to each record in a table
On 10/24/2011 11:19 AM, Alexander Farber wrote: Hello, I have a table in PostgreSQL 8.4.9 storing user comments (in the "about" field): # \d pref_rep Table "public.pref_rep" Column |Type | Modifiers +-+---
[GENERAL] Adding a unique number to each record in a table
Hello, I have a table in PostgreSQL 8.4.9 storing user comments (in the "about" field): # \d pref_rep Table "public.pref_rep" Column |Type | Modifiers +-+--- id | character varying(32)