Skip to Content
0
Former Member
Oct 31, 2012 at 10:34 AM

How to concatenate two variables

29 Views

I have the variable with date

$G_LoadDate = to_char(sysdate(),'yyyy.mm.dd');

i want to concatenate the following to $G_SourceData_Path

'\\mysharedir\projfile\' || $G_LoadDate

Thank you very much for the helpful info