I have a php page that is selecting just 1 column from an Oracle table. When I display this info, how do I display only 1 item if the selected info is the same? For example, I have a release_nbr column for each entry (row). This column may have the same info for multiple rows. How do I only display the info 1 time if it has multiple rows? Right now, it is displaying the info multiple times as shown below:
Bookmarks