관리자 대시보드 접속 통계를 가상 사이트까지 모두 포함하도록 하고 쿼리 속도 개선

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7646 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2010-08-24 23:46:47 +00:00
parent 5a1bb0cdd7
commit 69cd4c6c4c
7 changed files with 104 additions and 79 deletions

View file

@ -0,0 +1,9 @@
<query id="getVisitors" action="select">
<tables>
<table name="counter_status" />
</tables>
<conditions>
<condition operation="more" column="regdate" var="start_date" notnull="notnull" pipe="and" />
<condition operation="less" column="regdate" var="end_date" notnull="notnull" pipe="and" />
</conditions>
</query>