I have created a view in MySql. But now my requirement is to create an Id column in that view which should be auto increment.
My current view is:-
CR
You can USE the "UIID()" function that will provide you with an unique (alphanumerical) identified.
Check this out: https://stackoverflow.com/a/45963661/6083044