Bugs item #2879823, was opened at 2009-10-15 13:36
Message generated for change (Tracker Item Submitted) made by cornuz
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2879823&group_id=56967

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: Website
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Roberto Cornacchia (cornuz)
Assigned to: Sjoerd Mullender (sjoerd)
Summary: SQL: scalar_exp CONCATSTRING scalar_exp

Initial Comment:
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.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2879823&group_id=56967

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to