Column aliases

[email protected] Sun, 29 Apr 2012 14:11:26 -0000
Newsgroups gmane.lisp.clsql.general
Message-ID <[email protected]>
I've not had much luck finding a way to alias column names.

(clsql:select
		  [response_date] [comment] [val]
		  :from *comments-view*
		  :where [and [= [survey_id] tool] [null [question_id]]])

I've tried

[response_date date]

but I see no difference in the column names or any error.


How can I do this?