Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8015529
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T20:16:50+00:00 2026-06-04T20:16:50+00:00

This is my table with some sample data C ID | D ID |

  • 0

This is my table with some sample data

C ID | D ID    | Details |
--------------------------
 a   | b_data1 | d1      |
 a   | b_data2 | d2      |
 b   | b_data1 | d1      |
 b   | b_data2 | d2      |
 c   | b_data1 | d1      |
 c   | b_data2 | d2      |

When I run this query##

INSERT IGNORE INTO table_name (C_ID, D_ID, Details) VALUES ('C', 'b_data3','d3') ('C', 'b_data2','d2')

It inserts both those rows when it’s supposed to ignore the second value pair ('C', 'b_data2','d2')

No indexes /primary key are defined.

I want to make sure there is no duplicate row, means data in three columns combined should make the row unique. I can’t make it unique .As I have illustrated here, a can keep same content as b but a should not have a duplicate.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T20:16:51+00:00Added an answer on June 4, 2026 at 8:16 pm

    MySQL enforces unique constraints with UNIQUE indexes. If you wish to add the index without recreating the table, you would do:

    CREATE UNIQUE INDEX index_name ON table (C_ID, D_ID, Details)
    

    In addition to INSERT IGNORE and the already mentioned REPLACE, you can also use INSERT…ON DUPLICATE KEY UPDATE for more control over what happens when insert runs into a duplicate unique.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I currently have a table structure that looks something like this(some details omitted): ColumnName
Ran into this error message while trying to select some records off a table.
I got some sample data in a Table Testing which consists of two fields:
Here's my table with some sample data a_id | b_id ------------ 1 225 2
I am learning cakePHP 1.26. I got some sample data in a Table Testing
Suppose I have this database table (some sample code below) that stores the relationship
I need some table like this one: uid:integer pid:integer predesposition:integer primary_key(uid,pid) foreign_key(uid, user(id)) foreign_key(pid,
I have some tables like this: USERS TABLE: | id | created | active
The scenario is this: select max date from some table, when the target table
I have this sql: ALTER TABLE dbo.ChannelPlayerSkins DROP CONSTRAINT FK_ChannelPlayerSkins_Channels but apparently, on some

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.