concatenate direction changes direction when using arabic text
dear members of the community,
i have three columns - one character and two numeric - that i would like to concatenate into a long string as in the picture and the attachment.
for some reason, when the character is written in Arabic the concatenate results is in the wrong order.
"('" || :word || "', " || Char( :abc ) || ", " || Char( :def ) || ")"
this is not good for my application since i expor...
