soullessj Posted June 10, 2011 Share Posted June 10, 2011 I was curious if it is possible to query a database for a specific colum such as 'Name' and then to sort it into tables next to each other and also to have it sorted acording to alphabet. ie... A P A1 P1 A2 P2 A3 P3 A4 P4 B Q B1 Q1 B2 Q2 B3 Q3 B4 Q4 etc... Link to comment https://forums.phpfreaks.com/topic/238977-querying-databases-and-displaying-results-in-tables/ Share on other sites More sharing options...
Muddy_Funster Posted June 10, 2011 Share Posted June 10, 2011 SELECT name FROM table ORDER BY name ASC Link to comment https://forums.phpfreaks.com/topic/238977-querying-databases-and-displaying-results-in-tables/#findComment-1227958 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.