有人可以帮忙看看这张表吗,我想把页面大小值从 25 更改为 5000?
Select input_xml
From create_report
Where report_name='test report';
上面查询这个数据
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>