You can translate the question and the replies:

Create a field in a View that contains a Sequence Number

In a (Derived) View, can I create a field that contains a Sequence Number (such as the Row number in the View).
user
18-07-2018 13:11:23 -0400
code

1 Answer

Hi, Absolutely! There is even a function,[ rownum()](https://community.denodo.com/docs/html/browse/7.0/vdp/vql/appendix/syntax_of_condition_functions/other_functions#rownum), that will do this for you. As it says in the documentation, for consistency, make sure that the rownum() field is part of a view over one with an order by clause. Hope this helps!
Denodo Team
18-07-2018 15:50:09 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here