Anzahl der Buecher je Verlag |
<body>
<table border="0" cellpadding="1" cellspacing="2">
<tr>
<td>Anzahl der Buecher je Verlag</td>
<td with="200">
<form action="http://sql.idv.edu/thema/work/sql.php" method="post" name="Form Name" target="_blank">
<input type="hidden" name="select" value="Select Verlag, COUNT(*) As Buchanzahl from Buch GROUP BY Verlag">
<input type="submit" name="SubmitButtonName">
</form>
</td>
</tr>
</table>
</body>
... comment