If I try to insert some row which in the table already exist the postgre don't insert it and tell some error. Everything ok. I'll insert only if there is not the same (same key) record, else don't insert and don't tell me errors about it. In MySQL is a switch [IGNORE]. Thanx for help Petr Jezek
- RE: [SQL] INSERT [IGNORE] INTO TABLE Petr Jezek
- RE: [SQL] INSERT [IGNORE] INTO TABLE Edmar Wiggers
- RE: [SQL] INSERT [IGNORE] INTO TABLE Petr Jezek
- RE: [SQL] INSERT [IGNORE] INTO TABLE Edmar Wiggers
- Re: [SQL] INSERT [IGNORE] INTO TABLE Najm Hashmi
- Re: [SQL] INSERT [IGNORE] INTO TABLE Bruce Momjian
- RE: [SQL] INSERT [IGNORE] INTO TABLE K Parker