forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Su, Xiaomeng <suxiaomeng1@huawei.com> Co-committed-by: Su, Xiaomeng <suxiaomeng1@huawei.com>
242 lines
19 KiB
HTML
242 lines
19 KiB
HTML
<a name="dli_08_15034"></a><a name="dli_08_15034"></a>
|
|
|
|
<h1 class="topictitle1">Source Table</h1>
|
|
<div id="body0000001766426937"><div class="section" id="dli_08_15034__section29669103596"><h4 class="sectiontitle">Function</h4><p id="dli_08_15034__p189663105596">Flink SQL jobs read from the Doris source table.</p>
|
|
</div>
|
|
<div class="section" id="dli_08_15034__section199661106599"><h4 class="sectiontitle">Prerequisites</h4><ul id="dli_08_15034__ul79661710115913"><li id="dli_08_15034__li3966201020594">An enhanced datasource connection has been created for DLI to connect to Doris, so that jobs can run on the dedicated queue of DLI and you can set the security group rules as required.
|
|
</li><li id="dli_08_15034__li89665108595"><strong id="dli_08_15034__b178399328139">If MRS Doris is used, IP addresses of all hosts in the MRS cluster have been added to host information of the enhanced datasource connection.</strong><p id="dli_08_15034__p196617103593"></p>
|
|
<p id="dli_08_15034__p69661410195918">For details, see "Modifying Host Information" in <em id="dli_08_15034__i20977102217446">Data Lake Insight User Guide</em>.</p>
|
|
</li><li id="dli_08_15034__en-us_topic_0000001549411578_li516015511901"><span id="dli_08_15034__ph145433258641013">Kerberos authentication is disabled for the cluster (the cluster is in normal mode)</span><p id="dli_08_15034__en-us_topic_0000001549411578_p63621633512">After connecting to Doris as user <strong id="dli_08_15034__b1944254620481">admin</strong>, create a role with administrator permissions, and bind the role to the user.</p>
|
|
</li></ul>
|
|
</div>
|
|
<div class="section" id="dli_08_15034__section1696621013596"><h4 class="sectiontitle">Caveats</h4><ul id="dli_08_15034__ul6966191017596"><li id="dli_08_15034__li13608118132418">When you create a Flink OpenSource SQL job, set <strong id="dli_08_15034__dli_08_15029_b163001353185217">Flink Version</strong> to <strong id="dli_08_15034__dli_08_15029_b1430115539523">1.15</strong> in the <strong id="dli_08_15034__dli_08_15029_b1030175315523">Running Parameters</strong> tab. Select <strong id="dli_08_15034__dli_08_15029_b430135325212">Save Job Log</strong>, and specify the OBS bucket for saving job logs.</li><li id="dli_08_15034__li980192610493">Storing authentication credentials such as usernames and passwords in code or plaintext poses significant security risks. It is recommended using DEW to manage credentials instead. Storing encrypted credentials in configuration files or environment variables and decrypting them when needed ensures security. For details, see .</li><li id="dli_08_15034__li106441816124218"><span id="dli_08_15034__ph43931836741013">Kerberos authentication is disabled for the cluster (the cluster is in normal mode)</span></li><li id="dli_08_15034__li1257525562010">Doris table names are case sensitive.</li><li id="dli_08_15034__li108082043845">When Doris of CloudTable is used, set the port number in the <strong id="dli_08_15034__b10433191015173">fenodes</strong> field to <strong id="dli_08_15034__b827211691714">8030</strong>, for example, <em id="dli_08_15034__i18127161931719">xx</em><strong id="dli_08_15034__b1832142317179">:8030</strong>. In addition, enable ports <strong id="dli_08_15034__b748331119184">8030</strong>, <strong id="dli_08_15034__b371801314188">8040</strong>, and <strong id="dli_08_15034__b25581716121815">9030</strong> in the security group.</li><li id="dli_08_15034__li1024325917145">After HTTPS is enabled, add the following configuration parameters to the <strong id="dli_08_15034__b220762224487">with</strong> clause for creating a table:<ul id="dli_08_15034__ul19464113016433"><li id="dli_08_15034__li346443094319"><strong id="dli_08_15034__b17846193319435">'doris.enable.https' = 'true'</strong></li><li id="dli_08_15034__li546473044311"><strong id="dli_08_15034__b18851103324310">'doris.ignore.https.ca' = 'true'</strong></li></ul>
|
|
</li></ul>
|
|
</div>
|
|
<div class="section" id="dli_08_15034__section49661110135912"><h4 class="sectiontitle">Syntax</h4><pre class="screen" id="dli_08_15034__screen199661610165917">create table dorisSource (
|
|
attr_name attr_type
|
|
(',' attr_name attr_type)*
|
|
)
|
|
with (
|
|
'connector' = 'doris',
|
|
'fenodes' = 'FE_IP:PORT,FE_IP:PORT,FE_IP:PORT',
|
|
'table.identifier' = 'database.table',
|
|
'username' = 'dorisUsername',
|
|
'password' = 'dorisPassword'
|
|
);</pre>
|
|
</div>
|
|
<div class="section" id="dli_08_15034__section8966191010594"><h4 class="sectiontitle">Parameter Description</h4><p id="dli_08_15034__p1464110771618"><strong id="dli_08_15034__b262264913192">Shared configuration</strong></p>
|
|
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="dli_08_15034__table1608573160" frame="border" border="1" rules="all"><thead align="left"><tr id="dli_08_15034__row4641157131610"><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.5.3.1.5.1.1"><p id="dli_08_15034__p11767182814517">Parameter</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="14.67%" id="mcps1.3.5.3.1.5.1.2"><p id="dli_08_15034__p18767928456">Default Value</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="13.600000000000001%" id="mcps1.3.5.3.1.5.1.3"><p id="dli_08_15034__p157311453106">Mandatory</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="46.73%" id="mcps1.3.5.3.1.5.1.4"><p id="dli_08_15034__p651315488103">Parameter Type Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="dli_08_15034__row764167161613"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.5.3.1.5.1.1 "><p id="dli_08_15034__p7641878169">fenodes</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="14.67%" headers="mcps1.3.5.3.1.5.1.2 "><p id="dli_08_15034__p664113718160">--</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="13.600000000000001%" headers="mcps1.3.5.3.1.5.1.3 "><p id="dli_08_15034__p46414761617">Yes</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="46.73%" headers="mcps1.3.5.3.1.5.1.4 "><p id="dli_08_15034__p14641973161">IP address and port number of the Doris FE. Use commas (,) to separate them for multiple instances. To obtain the port number, log in to MRS Manager, choose <strong id="dli_08_15034__b197891246041959">Cluster</strong> > <strong id="dli_08_15034__b93128458441959">Services</strong> > <strong id="dli_08_15034__b3465812941959">Doris</strong> > <strong id="dli_08_15034__b110321709141959">Configurations</strong>, and search for <strong id="dli_08_15034__b71617397741959">http</strong>. Search for <strong id="dli_08_15034__b1182017429226">https</strong> instead if HTTPS is enabled.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_08_15034__row10641579165"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.5.3.1.5.1.1 "><p id="dli_08_15034__p3641147101618">table.identifier</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="14.67%" headers="mcps1.3.5.3.1.5.1.2 "><p id="dli_08_15034__p36416711611">--</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="13.600000000000001%" headers="mcps1.3.5.3.1.5.1.3 "><p id="dli_08_15034__p1564167191617">Yes</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="46.73%" headers="mcps1.3.5.3.1.5.1.4 "><p id="dli_08_15034__p16641874161">Doris table name, for example, <strong id="dli_08_15034__b1497020261000">db.tbl</strong>.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_08_15034__row186411672167"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.5.3.1.5.1.1 "><p id="dli_08_15034__p36411761610">username</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="14.67%" headers="mcps1.3.5.3.1.5.1.2 "><p id="dli_08_15034__p156414714169">--</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="13.600000000000001%" headers="mcps1.3.5.3.1.5.1.3 "><p id="dli_08_15034__p894162701016">Yes</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="46.73%" headers="mcps1.3.5.3.1.5.1.4 "><p id="dli_08_15034__p064112715166">User name for accessing Doris.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_08_15034__row126411779163"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.5.3.1.5.1.1 "><p id="dli_08_15034__p4641475164">password</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="14.67%" headers="mcps1.3.5.3.1.5.1.2 "><p id="dli_08_15034__p564217781619">--</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="13.600000000000001%" headers="mcps1.3.5.3.1.5.1.3 "><p id="dli_08_15034__p29422761016">Yes</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="46.73%" headers="mcps1.3.5.3.1.5.1.4 "><p id="dli_08_15034__p16423714163">Password for accessing Doris.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_08_15034__row136428713164"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.5.3.1.5.1.1 "><p id="dli_08_15034__p166420761612">doris.request.retries</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="14.67%" headers="mcps1.3.5.3.1.5.1.2 "><p id="dli_08_15034__p764217191619">3</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="13.600000000000001%" headers="mcps1.3.5.3.1.5.1.3 "><p id="dli_08_15034__p136425713166">No</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="46.73%" headers="mcps1.3.5.3.1.5.1.4 "><p id="dli_08_15034__p1642678163">Number of retry times for sending requests to Doris.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_08_15034__row36424710167"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.5.3.1.5.1.1 "><p id="dli_08_15034__p964210761616">doris.request.connect.timeout.ms</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="14.67%" headers="mcps1.3.5.3.1.5.1.2 "><p id="dli_08_15034__p1264227101613">30000</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="13.600000000000001%" headers="mcps1.3.5.3.1.5.1.3 "><p id="dli_08_15034__p1062383911017">No</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="46.73%" headers="mcps1.3.5.3.1.5.1.4 "><p id="dli_08_15034__p76423791616">Connection timeout interval for sending requests to Doris.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_08_15034__row19642372162"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.5.3.1.5.1.1 "><p id="dli_08_15034__p864216741619">doris.request.read.timeout.ms</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="14.67%" headers="mcps1.3.5.3.1.5.1.2 "><p id="dli_08_15034__p4642187181613">30000</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="13.600000000000001%" headers="mcps1.3.5.3.1.5.1.3 "><p id="dli_08_15034__p11623839111012">No</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="46.73%" headers="mcps1.3.5.3.1.5.1.4 "><p id="dli_08_15034__p1464217712163">Read timeout interval for sending requests to Doris.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_08_15034__row5642127101612"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.5.3.1.5.1.1 "><p id="dli_08_15034__p16428717163">doris.request.query.timeout.s</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="14.67%" headers="mcps1.3.5.3.1.5.1.2 "><p id="dli_08_15034__p664287161612">3600</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="13.600000000000001%" headers="mcps1.3.5.3.1.5.1.3 "><p id="dli_08_15034__p06223394101">No</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="46.73%" headers="mcps1.3.5.3.1.5.1.4 "><p id="dli_08_15034__p1164219731612">Timeout interval for querying Doris. The default value is <strong id="dli_08_15034__b106031429162517">1</strong> hour. The value <strong id="dli_08_15034__b65193362520">-1</strong> indicates that there is no timeout limit.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_08_15034__row16423712164"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.5.3.1.5.1.1 "><p id="dli_08_15034__p1964210714166">doris.request.tablet.size</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="14.67%" headers="mcps1.3.5.3.1.5.1.2 "><p id="dli_08_15034__p18642770165">Integer. MAX_VALUE</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="13.600000000000001%" headers="mcps1.3.5.3.1.5.1.3 "><p id="dli_08_15034__p36221039151017">No</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="46.73%" headers="mcps1.3.5.3.1.5.1.4 "><p id="dli_08_15034__p46421573161">Number of Doris Tablets corresponding to a partition. The smaller the value set, the more partitions will be generated. This increases the degree of parallelism in Flink, but puts more pressure on Doris.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_08_15034__row364257131620"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.5.3.1.5.1.1 "><p id="dli_08_15034__p1564215713165">doris.batch.size</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="14.67%" headers="mcps1.3.5.3.1.5.1.2 "><p id="dli_08_15034__p18642370167">1024</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="13.600000000000001%" headers="mcps1.3.5.3.1.5.1.3 "><p id="dli_08_15034__p1262212396108">No</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="46.73%" headers="mcps1.3.5.3.1.5.1.4 "><p id="dli_08_15034__p14642977161">Maximum number of rows to read from BE at a time. Increasing this value reduces the number of times Flink needs to establish a connection with Doris when reading data from BE, thereby reducing the additional time overhead caused by network latency.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_08_15034__row126421731610"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.5.3.1.5.1.1 "><p id="dli_08_15034__p1064215791614">doris.exec.mem.limit</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="14.67%" headers="mcps1.3.5.3.1.5.1.2 "><p id="dli_08_15034__p06421791616">2147483648</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="13.600000000000001%" headers="mcps1.3.5.3.1.5.1.3 "><p id="dli_08_15034__p862243951010">No</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="46.73%" headers="mcps1.3.5.3.1.5.1.4 "><p id="dli_08_15034__p1564210741613">Memory limit for a single query, with a default value of 2 GB, in bytes.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_08_15034__row106421574168"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.5.3.1.5.1.1 "><p id="dli_08_15034__p186427718167">doris.deserialize.arrow.async</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="14.67%" headers="mcps1.3.5.3.1.5.1.2 "><p id="dli_08_15034__p206428751614">FALSE</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="13.600000000000001%" headers="mcps1.3.5.3.1.5.1.3 "><p id="dli_08_15034__p1762116397104">No</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="46.73%" headers="mcps1.3.5.3.1.5.1.4 "><p id="dli_08_15034__p1864218741614">Whether to support asynchronous conversion of Arrow format to RowBatch required for flink-doris-connector iteration.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_08_15034__row1464214721612"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.5.3.1.5.1.1 "><p id="dli_08_15034__p964217131611">doris.deserialize.queue.size</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="14.67%" headers="mcps1.3.5.3.1.5.1.2 "><p id="dli_08_15034__p864215710163">64</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="13.600000000000001%" headers="mcps1.3.5.3.1.5.1.3 "><p id="dli_08_15034__p662116392109">No</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="46.73%" headers="mcps1.3.5.3.1.5.1.4 "><p id="dli_08_15034__p264257151613">The internal processing queue for asynchronous conversion of Arrow format is effective when <strong id="dli_08_15034__b719617753811">doris.deserialize.arrow.async</strong> is set to <strong id="dli_08_15034__b4539615183813">true</strong>.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_08_15034__row864257181610"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.5.3.1.5.1.1 "><p id="dli_08_15034__p9642157201620">doris.read.field</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="14.67%" headers="mcps1.3.5.3.1.5.1.2 "><p id="dli_08_15034__p364297101620">--</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="13.600000000000001%" headers="mcps1.3.5.3.1.5.1.3 "><p id="dli_08_15034__p12621339121015">No</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="46.73%" headers="mcps1.3.5.3.1.5.1.4 "><p id="dli_08_15034__p264215711618">The column name list for reading from Doris tables, with multiple columns separated by commas.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_08_15034__row1364213715168"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.5.3.1.5.1.1 "><p id="dli_08_15034__p26422711160">doris.filter.query</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="14.67%" headers="mcps1.3.5.3.1.5.1.2 "><p id="dli_08_15034__p196427719169">--</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="13.600000000000001%" headers="mcps1.3.5.3.1.5.1.3 "><p id="dli_08_15034__p166191339201016">No</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="46.73%" headers="mcps1.3.5.3.1.5.1.4 "><p id="dli_08_15034__p86421713163">The expression used to filter the data to be read, which is passed through to Doris. Doris uses this expression to filter the source data.</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="section" id="dli_08_15034__section966893013488"><h4 class="sectiontitle">Example</h4><p id="dli_08_15034__p12968610155911">This example reads data from a Doris source table and inputs it into the Print connector.</p>
|
|
<ol id="dli_08_15034__ol15968191035919"><li id="dli_08_15034__li18968610105918">Create an enhanced datasource connection in the VPC and subnet where Doris locates, and bind the connection to the required Flink elastic resource pool. Add MRS host information for the enhanced datasource connection.</li><li id="dli_08_15034__li10969111011595">Set Doris security groups and add inbound rules to allow access from the Flink queue. Test the connectivity using the Doris address. If the connection passes the test, it is bound to the queue.</li><li id="dli_08_15034__li139694107597">Create a Doris table and insert 10 data records into the table. The creation statement is as follows:<pre class="screen" id="dli_08_15034__screen2053221932510">CREATE TABLE IF NOT EXISTS dorisdemo
|
|
(
|
|
`user_id` varchar(10) NOT NULL,
|
|
`city` varchar(10),
|
|
`age` int,
|
|
`gender` int
|
|
)
|
|
DISTRIBUTED BY HASH(`user_id`) BUCKETS 10;
|
|
|
|
INSERT INTO dorisdemo VALUES ('user1', 'city1', 20, 1);
|
|
INSERT INTO dorisdemo VALUES ('user2', 'city2', 21, 0);
|
|
INSERT INTO dorisdemo VALUES ('user3', 'city3', 22, 1);
|
|
INSERT INTO dorisdemo VALUES ('user4', 'city4', 23, 0);
|
|
INSERT INTO dorisdemo VALUES ('user5', 'city5', 24, 1);
|
|
INSERT INTO dorisdemo VALUES ('user6', 'city6', 25, 0);
|
|
INSERT INTO dorisdemo VALUES ('user7', 'city7', 26, 1);
|
|
INSERT INTO dorisdemo VALUES ('user8', 'city8', 27, 0);
|
|
INSERT INTO dorisdemo VALUES ('user9', 'city9', 28, 1);
|
|
INSERT INTO dorisdemo VALUES ('user10', 'city10', 29, 0);</pre>
|
|
</li><li id="dli_08_15034__li127441320111115">Create a Flink OpenSource SQL job. Enter the following job script and submit the job. The job script reads from the Doris table and prints the output.<pre class="screen" id="dli_08_15034__screen58321536173120">CREATE TABLE dorisDemo (
|
|
`user_id` String NOT NULL,
|
|
`city` String,
|
|
`age` int,
|
|
`gender` int
|
|
) with (
|
|
'connector' = 'doris',
|
|
'fenodes' = 'FE_IP:PORT,FE_IP:PORT,FE_IP:PORT',
|
|
'table.identifier' = 'demo.dorisdemo',
|
|
'username' = 'dorisUser',
|
|
'password' = 'dorisPassword',
|
|
'doris.request.retries'='3',
|
|
'doris.batch.size' = '100'
|
|
);
|
|
|
|
CREATE TABLE print (
|
|
`user_id` String NOT NULL,
|
|
`city` String,
|
|
`age` int,
|
|
`gender` int
|
|
) with (
|
|
'connector' = 'print'
|
|
);
|
|
|
|
insert into print select * from dorisDemo;</pre>
|
|
</li><li id="dli_08_15034__li7200231191111">View the data in the Print result table.<pre class="screen" id="dli_08_15034__screen79781012112811">+I[user5, city5, 24, 1]
|
|
+I[user4, city4, 23, 0]
|
|
+I[user3, city3, 22, 1]
|
|
+I[user10, city10, 29, 0]
|
|
+I[user6, city6, 25, 0]
|
|
+I[user1, city1, 20, 1]
|
|
+I[user9, city9, 28, 1]
|
|
+I[user7, city7, 26, 1]
|
|
+I[user8, city8, 27, 0]
|
|
+I[user2, city2, 21, 0]</pre>
|
|
</li></ol>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="dli_08_15032.html">Doris</a></div>
|
|
</div>
|
|
</div>
|
|
|