Hi,
Does anyone know the escape character for & and # like in :
Update GDO_INFO_ER set V_COMMENTAIRE=' B&A' where V_USERMODIFICAT ION='bilal123'
or
Update GDO_INFO_ER set V_COMMENTAIRE=' B#A' where V_USERMODIFICAT ION='bilal123'
I would like to insert & and # literally in the table.
I appreciate any help or suggestion.
Thanks oyu
Bils
Does anyone know the escape character for & and # like in :
Update GDO_INFO_ER set V_COMMENTAIRE=' B&A' where V_USERMODIFICAT ION='bilal123'
or
Update GDO_INFO_ER set V_COMMENTAIRE=' B#A' where V_USERMODIFICAT ION='bilal123'
I would like to insert & and # literally in the table.
I appreciate any help or suggestion.
Thanks oyu
Bils
Comment