|
|
|
|
|
by jdmichal
3628 days ago
|
|
OK, if a SELECT statement is sufficient by itself, surely you can tell me the results of this: SELECT * FROM stuff WHERE thing=2
Of course you can't. Because every declarative process has two main steps: declare and execute. SELECT and enter() both only declare; they must then be executed against data in an engine to produce a result. |
|