|
|
|
|
|
by SkiFire13
296 days ago
|
|
The equivalent of `print`/`console.log` in SQL would be using subqueries/CTE and run them to see the intermediate result (just like `print`/`console.log` show you intermediate results of the executions in an imperative language). |
|