Skip to content
Advertisement

Is there a way to change the output row name in Oracle?

I have Procedure which removed/deleted the lowest lnr. The code works fine.

So my question is, if there is anyway I can make my output better.

I’ve tried following:

But it doesn’t work like it does in SSMS.

I would like to have output such as:

Advertisement

Answer

You could simply add a column for status

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement