Backslash in Sql

Forum related to PostgreSQL

Moderators: gto, cipto_kh, EgonHugeist, olehs

Post Reply
sandeep_c24
Expert Boarder
Expert Boarder
Posts: 158
Joined: 06.11.2005, 01:43

Backslash in Sql

Post by sandeep_c24 »

I am trying to execute the following command in TZQuery

Code: Select all

update TableA set FieldA = 'a\s' where FieldID = '5'
but the record in database is not updated.

If I get all the records in this table and then edit it in TDBGrid then the record is updated.

Is this a bug or am I doing something wrong?

Regards

Sandeep
Post Reply