nationavon
MIS
I want to do:
SELECT approved_by||'|'||request_date from ATABLE where this="that"
It is possible with Oracle but I get the following in access:
Invalid use of vertical bars in query expression
This would allow me to select data which is separated by a pipe.
Any help would be greatly appreciated!
SELECT approved_by||'|'||request_date from ATABLE where this="that"
It is possible with Oracle but I get the following in access:
Invalid use of vertical bars in query expression
This would allow me to select data which is separated by a pipe.
Any help would be greatly appreciated!