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... Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.