The problem with your second code is that select and where are macros. What select does is: (defmacro select [ent & body] `(let [query# (-> (select* ~ent) ...
確定! 回上一頁