cancel
Showing results for 
Search instead for 
Did you mean: 

Syntax check

former_member576008
Active Participant
0 Kudos

Hi

Is there any way to validate the syntax before executing the code in sql console/editor, like we use syntax check in ABAP editor ?

I know there is syntax check in expression editor but where do find the same in SQL console/editor?

Accepted Solutions (0)

Answers (1)

Answers (1)

lucas_oliveira
Advisor
Advisor
0 Kudos

Hi,

Like an ABAP syntax checker? Not that I know. You'll always get your SQL statements tested syntactically when executing or preparing.

Of course, when building procedures/functions you will benefit from automatic syntax checks from both Studio and WebIDE.

BRs,

Lucas de Oliveira