can anyone tell me how to insert { in sql.
Eg.
insert into dm_dbo.prsn_ps_epm(product_id,imprint_name)
values('123456','nisheeth{jain');
You should not get any error with this SQL statement.
To me, you're clearly inserting a string. Whats your error with it?
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.