0
How do I order a table
4 ответов
+ 4
I'm not sure how far you had gone through the SQL tutorial, but there's a chapter covering data sorting topic.
https://www.sololearn.com/learn/SQL/1854/
+ 3
Ginfio Not a HTML table, but a database SQL table usually interrogated on a server for clientside output.
+ 1
Xyenia 🦉 oh, ok
my bad
0
<table>
<tr> <th> title </th> </tr>
<tr> <td> text </td> </tr>
</table>
...