<table id='simple_table' >
<tr>
<th>customers ---</th>
<th>visitors ---</th>
<th>not show only for comment-----</th>
</tr>
<tr>
<td>john</td>
<td>nevada</td>
<td>table 1 position</td>
</tr>
<tr>
<td>jack</td>
<td>texas</td>
<td>table 1 position</td>
</tr>
<tr>
<td>....</td>
<td>....</td>
<td>table 1 position</td>
</tr>
<tr>
<td>....</td>
<td>....</td>
<td>table 1 position</td>
</tr>
<tr>
<td>...</td>
<td>...</td>
<td>table 1 position</td>
</tr>
<tr>
<td>cherry</td>
<td>right</td>
<td>table 2 place</td>
</tr>
<tr>
<td>apple</td>
<td>up</td>
<td>table 2 place</td>
</tr>
<tr>
<td>....</td>
<td>...</td>
<td>table 2 place</td>
</tr>
<tr>
<td>row9 col 1</td>
<td>....</td>
<td>table 2 place</td>
</tr>
<tr>
<td>..</td>
<td>...</td>
<td>table 2 place</td>
</tr>
</table>
hello is there anyone help me? i have two table on same database i want select and list one query like that :
Table 1: visitors
select perid ,name, position
from Table1
order by perid desc
limit 5
Table 2: customers
select butid, name, place
Table 2
order by butid desc
limit 5
thanks advance