Hacker News new | past | comments | ask | show | jobs | submit login

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.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: