執行sql查詢。
**實現類**
* com.jspxcms.core.web.directive.SQLQueryDirective
**參數**
* sql:sql查詢語句。
**范例**
~~~
[@Query sql="select t.f_user_id,t.f_username from cms_user t";list]
[#list list as bean]
${bean[0]},${bean[1]}
[/#list]
[/@Query]
~~~
- 標簽基本知識
- InfoList與InfoPage標簽
- NodeList標簽
- NodeList與NodePage標簽
- InfoFulltextList與InfoFulltextPage標簽
- SpecialCategoryList標簽
- SpecialList與SpecialPage標簽
- TagList與TagPage標簽
- CommentList與CommentPage標簽
- FriendlinkTypeList標簽
- GuestbookTypeList標簽
- GuestbookList和GuestbookPage標簽
- Node標簽
- Info標簽
- InfoPrev標簽
- InfoNext標簽
- Vote標簽
- 標簽通用參數
- A標簽
- QuestionList與QuestionPage標簽
- Question標簽
- Query標簽