Jump to content

unique by 2 columns


9three

Recommended Posts

Sure, the way you would do it would be in the code and not in the DB.

 

A simple query to check:

 

SELECT id FROM table WHERE col1 = someint AND col2 = someint;

 

If it exists then you do not insert it and re-generate a number, granted the more columns you have the potentially longer this process could take.

Link to comment
https://forums.phpfreaks.com/topic/190188-unique-by-2-columns/#findComment-1003440
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.