Can someone help with the this table please, I want to change the page size value from 25 to 5000?
Select input_xml
From create_report
Where report_name='test report';
The above query this data
input_xml
<inputdata module="Vidoes">
<schedule enabled="true">
<recurrance>
<time run="21:27"/>
<pattern type="Daily">
<detail>9</detail>
</pattern>
<daterange start="13/05/2013 00:00:00" end="Never"/>
</recurrance>
<disk="true" toemails="true" custompathandname="" format="PDF"/>
</schedule>
<params>
<param name="summary_detail">Enhanced</param>
<param name="reportType">VideoXML</param>
<param name="reportLabel">Todays Videos</param>
<param name="pageSize">25</param>
</params>
</inputdata>