How do I order a table | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I order a table

30th Nov 2019, 6:42 AM
wulf
4 Answers
+ 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/
30th Nov 2019, 7:39 AM
Ipang
+ 3
Ginfio Not a HTML table, but a database SQL table usually interrogated on a server for clientside output.
30th Nov 2019, 11:31 AM
Xyenia 🦉
Xyenia 🦉 - avatar
+ 1
Xyenia 🦉 oh, ok my bad
30th Nov 2019, 4:42 PM
Ginfio
Ginfio - avatar
0
<table> <tr> <th> title </th> </tr> <tr> <td> text </td> </tr> </table> ...
30th Nov 2019, 6:53 AM
Ginfio
Ginfio - avatar