Do we have Sequence in Sybase -
I see tutorials about syntax and sequence with examples.
But when I try to make a sequence through squirrels in Sirabase, I get an error.
Error: 'Sequence' is not a recognized buyer option. SQLState: ZZZZZ error code: 155 How can we create an auto industry unique identifier in Sybase?
How do we use the sequence in the sequence, how the sequence is available in a Sybase version and not in the other.
I connect to dependence using dependence below.
& lt; Dependency & gt; & Lt; Group & gt; Com.sybase.jdbcx & lt; / Group & gt; & Lt; ArtifactId & gt; Jconn3 & lt; / ArtifactId> & Lt; Version & gt; 6.0 & lt; / Edition & gt; & Lt; / Dependencies & gt;
A sequence of objects is not present in Sybase ASE (perception). Equivalent functionality is used through identity columns. Enter test_tab (test_tab_name) values ('hello') in test_tab (test_tab_name) value ('world')
test table_tab (test_tab_id int identity, test_tab_name not varchar (null)) * Select * from
>
Comments
Post a Comment