आपके टेबल डेटा का प्रकार क्या है? चार या वर्चर? आपकी समस्या बिल्कुल स्पष्ट नहीं है, क्या आपको उस पंक्ति से कोई त्रुटि मिल रही है? आप शायद अनुभव कर रहे होंगे:https://dev.hubspot। com/bid/7049/MySQL-and-Unicode-Three-Gotchas ।
संपादित करें:
इन तीन पृष्ठों में बहुत सी जानकारी है जो मदद करने में सक्षम होनी चाहिए:https://dev.mysql.com/doc/refman/5.5/en/charset-unicode.html
https://dev.mysql.com/doc/refman /5.5/hi/string-syntax.html
https://dev.mysql.com/doc/refman /5.5/hi/charset-literal.html
लेकिन मैंने यह भी देखा:
INSERT INTO mytable VALUES (1, 12, _ucs2'\x5C40\x5C42');