To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59211





------- Additional comments from [EMAIL PROTECTED] Thu Jan 18 07:34:07 -0800 
2007 -------
"Create Query in SQL View..." doesn't work, too... neither with a spreadsheet 
nor with a database. It complains a syntax error (tested with HSQL, which 
should support ||).

To create something like
A||' '||B||'-'||C
you have to write
CONCAT(CONCAT(CONCAT(CONCAT(A, ' '), B), ' '), C)

That's very complex, if you have a few more fields to concatenate.


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to