If a view has errors, the way to determine what is causing the error is to run the following syntax:
show errors view VIEW_NAME;
The result will indicate what is causing the error in the view.
Modified on: Thu, 3 Mar, 2016 at 1:29 PM
If a view has errors, the way to determine what is causing the error is to run the following syntax:
show errors view VIEW_NAME;
The result will indicate what is causing the error in the view.
Did you find it helpful? Yes No
Send feedback