DEV Community

[Comment from a deleted post]
Collapse
 
johnny_bui profile image
Johnny

Difficult to debug

Collapse
 
aarone4 profile image
Aaron Reese

Depends on how you write your code. In mssql you can lift complex logic into common table expressions and incrementally build your query logic in individually testable steps. You still can't pause the query during debug but that is the cost of having a set based language.