sq/cli/output/htmlw/testdata/actor_3_rows.html
2020-08-06 11:58:47 -06:00

47 lines
812 B
HTML

<!doctype html>
<html>
<head>
<title>sq output</title>
</head>
<body>
<table>
<colgroup>
<col class="kind-int" />
<col class="kind-text" />
<col class="kind-text" />
<col class="kind-datetime" />
</colgroup>
<thead>
<tr>
<th scope="col">actor_id</th>
<th scope="col">first_name</th>
<th scope="col">last_name</th>
<th scope="col">last_update</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>PENELOPE</td>
<td>GUINESS</td>
<td>2020-06-11T02:50:54Z</td>
</tr>
<tr>
<td>2</td>
<td>NICK</td>
<td>WAHLBERG</td>
<td>2020-06-11T02:50:54Z</td>
</tr>
<tr>
<td>3</td>
<td>ED</td>
<td>CHASE</td>
<td>2020-06-11T02:50:54Z</td>
</tr>
</tbody>
</table>
</body>
</html>