Just stumbled upon this glitch.

select list(City, ',') from Contacts;

and

select list(City, ';') from Contacts;

both work in iSql. But the Plan Viewer returns

[Sybase][ODBC Driver][SQL Anywhere]Syntax error near '(end of line)' on line 1

for the second Query. I use Version SA 16.0.0 Build 2003

Is this fixed in a more recent Version ?

Thomas

asked 01 Dec '15, 05:17

Thomas%20Duemesnil's gravatar image

Thomas Dueme...
2.7k293965
accept rate: 17%


For 16.0.0.2178, I do not get an error:

alt text

And that seems according to the following fix:

     ================(Build #2094  - Engineering Case #780471)================

    The Plan Viewer would have failed to get the plan for a statement if the 
    statement contained a literal string which contained a semicolon. This has 
    been fixed.

permanent link

answered 01 Dec '15, 05:40

Volker%20Barth's gravatar image

Volker Barth
40.2k361549822
accept rate: 34%

edited 01 Dec '15, 05:44

Volker you nailed it. Thanks

(01 Dec '15, 05:49) Thomas Dueme...
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×260
×43

question asked: 01 Dec '15, 05:17

question was seen: 2,115 times

last updated: 01 Dec '15, 05:49