Subversion Repositories SmartDukaan

Rev

Rev 2857 | Rev 3436 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2857 Rev 3280
Line 154... Line 154...
154
         <partitioning>
154
         <partitioning>
155
           <method>none</method>
155
           <method>none</method>
156
           <schema_name/>
156
           <schema_name/>
157
           </partitioning>
157
           </partitioning>
158
    <connection>userDC_Prod</connection>
158
    <connection>userDC_Prod</connection>
159
    <sql>select id, email, name, is_anonymous, date_of_birth, sex, source,
159
    <sql>select SQL_NO_CACHE id, email, name, is_anonymous, date_of_birth, sex, source,
160
case when datediff(source_start_time, &apos;20101231&apos;) &gt; 0 then datediff(source_start_time, &apos;20101231&apos;) else 1 end as source_start_date_id, 
160
case when datediff(source_start_time, &apos;20101231&apos;) &gt; 0 then datediff(source_start_time, &apos;20101231&apos;) else 1 end as source_start_date_id, 
161
hour(source_start_time) as source_start_hour
161
hour(source_start_time) as source_start_hour
162
from user 
162
from user 
163
where is_anonymous = 0;</sql>
163
where is_anonymous = 0;</sql>
164
    <limit>0</limit>
164
    <limit>0</limit>