Hi Guys,
How to write SQL to Insert/Update signature field from current session to another session?
In current session15 have signature field (Field5) and I want to insert the same signature into session16 (Field1). SQL script will be like this:
INSERT INTO Session16 (Field1) VALUES('[*4*]')...