<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Need help with creating a sequence with several parameters in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/need-help-with-creating-a-sequence-with-several-parameters/qaa-p/720791#M199554</link>
    <description>&lt;P&gt;If I go little below to the syntax part in the documentation, there are examples with multiple parameters use. Actually it avoids confusion around the formats in the syntax if there are any.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Jul 2018 17:05:09 GMT</pubDate>
    <dc:creator>SreekanthSurampally</dc:creator>
    <dc:date>2018-07-10T17:05:09Z</dc:date>
    <item>
      <title>Need help with creating a sequence with several parameters</title>
      <link>https://community.sap.com/t5/technology-q-a/need-help-with-creating-a-sequence-with-several-parameters/qaq-p/720788</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;I am trying to create a sequence thus:&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;CREATE SEQUENCE "stest" START WITH 1, CACHE 32;&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;but it fails with the error: &lt;EM&gt;incorrect syntax near ",": line 1 col 36 (at pos 36)&lt;/EM&gt;.&lt;/P&gt;
  &lt;P&gt;There is no problem with a single parameter, e.g.:&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;CREATE SEQUENCE "stest" START WITH 1;
CREATE SEQUENCE "stest" CACHE 32;&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;According to the SQLScript reference, &lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;&amp;lt;sequence_parameter_list&amp;gt; ::= &amp;lt;sequence_parameter&amp;gt;[{,&amp;lt;sequence_parameter&amp;gt;}...]&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;What am I doing wrong?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 13:08:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/need-help-with-creating-a-sequence-with-several-parameters/qaq-p/720788</guid>
      <dc:creator>former_member445524</dc:creator>
      <dc:date>2018-07-10T13:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with creating a sequence with several parameters</title>
      <link>https://community.sap.com/t5/technology-q-a/need-help-with-creating-a-sequence-with-several-parameters/qaa-p/720789#M199552</link>
      <description>&lt;P&gt;there should not be , between parameters, can you try that please&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 16:07:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/need-help-with-creating-a-sequence-with-several-parameters/qaa-p/720789#M199552</guid>
      <dc:creator>SreekanthSurampally</dc:creator>
      <dc:date>2018-07-10T16:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with creating a sequence with several parameters</title>
      <link>https://community.sap.com/t5/technology-q-a/need-help-with-creating-a-sequence-with-several-parameters/qaa-p/720790#M199553</link>
      <description>&lt;P&gt;Indeed, it works without the comma. But how did you know that? The documentation specifies the comma as parameter separator. I have quoted the relevant part in the post.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 16:45:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/need-help-with-creating-a-sequence-with-several-parameters/qaa-p/720790#M199553</guid>
      <dc:creator>former_member445524</dc:creator>
      <dc:date>2018-07-10T16:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with creating a sequence with several parameters</title>
      <link>https://community.sap.com/t5/technology-q-a/need-help-with-creating-a-sequence-with-several-parameters/qaa-p/720791#M199554</link>
      <description>&lt;P&gt;If I go little below to the syntax part in the documentation, there are examples with multiple parameters use. Actually it avoids confusion around the formats in the syntax if there are any.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 17:05:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/need-help-with-creating-a-sequence-with-several-parameters/qaa-p/720791#M199554</guid>
      <dc:creator>SreekanthSurampally</dc:creator>
      <dc:date>2018-07-10T17:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with creating a sequence with several parameters</title>
      <link>https://community.sap.com/t5/technology-q-a/need-help-with-creating-a-sequence-with-several-parameters/qaa-p/720792#M199555</link>
      <description>&lt;P&gt;The confusion is stark serious, Sreekanth, for the grammar in the HANA documentation is wrong. Correct examples do not help at all but only make the documentation internally inconsistent.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Aug 2018 09:10:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/need-help-with-creating-a-sequence-with-several-parameters/qaa-p/720792#M199555</guid>
      <dc:creator>former_member445524</dc:creator>
      <dc:date>2018-08-17T09:10:06Z</dc:date>
    </item>
  </channel>
</rss>

