how to change to XtkNewid sequnce to new custom dedicated sequence in a cusotm table | Community
Skip to main content
Level 4
February 21, 2024
Solved

how to change to XtkNewid sequnce to new custom dedicated sequence in a cusotm table

  • February 21, 2024
  • 1 reply
  • 493 views
Hi All,
 

@AndreaBriceno

@ParthaSarathy

@ParthaSarathy 

@ParthaS 

@AkshayAnand 

@Craig_Thonis 

@Manoj_Kumar_ 

@Amine_Abedour 

@Marcel_Szimonisz

@DavidKangni 

@Amit_Kumar 

@ShashankNigam02

@Ganesh5067

@Jonathon_wodnicki

 

@ParthaSarathy

@ParthaSarathy 

@ParthaS 

@AkshayAnand 

@Craig_Thonis 

@Manoj_Kumar_ 

@Amine_Abedour 

@Marcel_Szimonisz

@DavidKangni 

@Amit_Kumar 

@ShashankNigam02

@Ganesh5067

@Jonathon_wodnicki

 

we have one custom table which is currently using XtkNewid sequence but we want to change the XtkNewid sequence from to custom dedicated sequence in hat custom table

how to change to XtkNewid sequence to new custom dedicated sequence in a custom table

have read documentation but git nothing

please help

this is urgent

how to change to XtkNewid sequence to new custom dedicated sequence in a custom table

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Craig_Thonis

Hi Disha,

Creating sequences is not specific to Campaign. As such, there is additional documentation based on the database that you are using, which could be helpful in explaining how to create a sequence. An example for Postgres is below:

https://www.postgresql.org/docs/current/sql-createsequence.html

 

1 reply

Craig_Thonis
Adobe Employee
Craig_ThonisAdobe EmployeeAccepted solution
Adobe Employee
February 22, 2024

Hi Disha,

Creating sequences is not specific to Campaign. As such, there is additional documentation based on the database that you are using, which could be helpful in explaining how to create a sequence. An example for Postgres is below:

https://www.postgresql.org/docs/current/sql-createsequence.html