On the website, the following string operations are shown:
string_funcs:
SUBSTRING ( scalar_exp FROM scalar_exp FOR scalar_exp )
| SUBSTRING ( scalar_exp, scalar_exp, scalar_exp )
| SUBSTRING ( scalar_exp FROM scalar_exp )
| SUBSTRING ( scalar_exp, scalar_exp )
| SUBSTRING ( scalar_exp <int_value> scalar_exp )
| scalar_exp CONCATSTRING scalar_exp
However,
scalar_exp CONCATSTRING scalar_exp
doesn't appear to be valid.
Instead,
concat(scalar_exp, scalar_exp)
seems to d the job.
Sjoerd Mullender
Documentation
Website
Public
|
Date: 2009-10-22 15:38 I fixed the documentation in CVS by replacing CONCATSTRING with '||'. The |
|
Date: 2009-10-15 11:42 After talking to Fabian, I learned that CONCATSTRING is defined as ||. |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2009-10-27 13:31 | mr-meltdown |
| resolution_id | None | 2009-10-27 13:31 | mr-meltdown |
| close_date | - | 2009-10-27 13:31 | mr-meltdown |
| summary | SQL: scalar_exp CONCATSTRING scalar_exp | 2009-10-15 11:42 | cornuz |
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use