We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Sequence to be written to Database

preethisisaac
8 - Asteroid

Hi ,

I have created a sequence in SQL Server DB , and wants to call it ( NEXT VALUE FOR Test.CounterSeq ) and assign it to a column in Formula tool and write to DB with In Database tools.

 

But I am getting error " No Columns Returned."

 

Please help.

 

Thanks,

Preethi

1 REPLY 1
bbak91
Alteryx
Alteryx

Could you use a formula in the In-DB formula like ROW_NUMBER() to generate this new column with a record ID?

 

 

Labels
Top Solution Authors