आप केवल वास्तविक मानों के लिए उस कॉलम पर एक अद्वितीय अनुक्रमणिका बना सकते हैं:
create unique index on my_table (actual)
where actual = true;
SQLFiddle:http://sqlfiddle.com/#!15/91f62/1
आप केवल वास्तविक मानों के लिए उस कॉलम पर एक अद्वितीय अनुक्रमणिका बना सकते हैं:
create unique index on my_table (actual)
where actual = true;
SQLFiddle:http://sqlfiddle.com/#!15/91f62/1