If I want to know what the "from" part of the SQL query is, with HoneySQL I can write:
(:from query)
If I want to know what the "from" part of the SQL query is, with HoneySQL I can write:
On the other hand, depending on your s-expression syntax, I'd either have to find the table name positionally, or by walking the tree.