Hi,
On Sat, 2 Oct 1999, Doug Thistlethwaite wrote:
> select lname + ', ' + fname as NAME from table ...
I think this is a parser bug. I recall there is a simple workaround:
select (lname + ', ') + fname ... (use braces)
regards,
--
Jens Glaser Am Holderstrauch 13, 36041 Fulda, 0661/9429507 jens@jens.de