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');

Recommended Answers

All 2 Replies

You should not get any error with this SQL statement.

To me, you're clearly inserting a string. Whats your error with it?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.