Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Table Transformer doesn't work with numbering column

Artem Grusha December 25, 2019

As I can see Table Transformer doesn't work with numbering column.

If two table has numbering

then after merge two table result table has numeration as

1

2

1

2

 

 

Is there the workaround?

2 answers

2 votes
Kirstin Seidel-Gebert
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 25, 2019

Hi Artem,

can you remove the numbering from the merged table, and then apply a new numbering to the merged result?

Cheers,

Kirstin

0 votes
Andrey Khaneev _StiltSoft_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 29, 2019

Hi Artem,

You can use this SQL query:

SELECT *, ROWNUM() AS '_' FROM T*

It will replace the numbering column with a new correct one:

2019-12-30_09h50_55.png

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events