Search This Blog

Friday, September 3, 2010

How to insert "&" inside database table

Following SQL is to insert "&" into the database

Insert into table_nm (LINK_NAME) values ('Gold ' || chr(38) || ' Notes');

Value will come as "Gold & Notes" in column.

Cheers

No comments:

Post a Comment

Thanks for your comment, will revert as soon as we read it.

Popular Posts