7
PostgreSQL में एकल उद्धरण के साथ पाठ डालें
मेरे पास एक टेबल है test(id,name)। मैं जैसे मूल्यों डालने की आवश्यकता: user's log, 'my user', customer's। insert into test values (1,'user's log'); insert into test values (2,''my users''); insert into test values (3,'customer's'); यदि मैं उपरोक्त कथनों में से कोई भी चलाता हूं तो मुझे एक त्रुटि मिल रही …