आप NULL
. का उपयोग करके ऐसा कर सकते हैं मूल्य। यदि आप NULL
का उपयोग करते हैं "H
. के बजाय ", MySQL UNIQUE
बाधा
:
A UNIQUE index creates a constraint such that all values in the index must be
distinct. An error occurs if you try to add a new row with a key value that
matches an existing row. This constraint does not apply to NULL values except
for the BDB storage engine. For other engines, a UNIQUE index permits multiple
NULL values for columns that can contain NULL.
अब, यह थोड़ा धोखा दे रहा है, और इसका मतलब है कि आपके पास अपना डेटा ठीक वैसा नहीं हो सकता जैसा आप चाहते हैं। तो यह समाधान आपकी आवश्यकताओं के अनुरूप नहीं हो सकता है। लेकिन अगर आप कर सकते हैं अपने डेटा को इस तरह से दोबारा काम करें, इसे काम करना चाहिए।