Skip to Content
0
Former Member
Feb 27, 2009 at 09:18 AM

How to concatenate single quote with any field like 'VBAK'

1315 Views

Hi,

How to concatenate single quote with any fields.

say for example I have table name as MARA, I have to pass that table name to other fields with single quote , like I have to pass that as

tab name = 'MARA'.

but how to do this,

below statement will not work

concatenate ''' 'MARA' ''' into string.. it's giving syntax error...

Regards,

Mrunal