Consider the following...
Select Distinct id, A & “ “ & B as Res
From tblMain
A is type text
B is type memo
Result cuts cut off at 255 Characters….
How can I get the entire result – More than 255 characters??
Thanks
Select Distinct id, A & “ “ & B as Res
From tblMain
A is type text
B is type memo
Result cuts cut off at 255 Characters….
How can I get the entire result – More than 255 characters??
Thanks

Last edited: