Is there any good way to display username? in jsp

all the data queried in the database are stored in userid,. I want to display username on the page

do you have to cycle through the list every time to add a column of usernames, or is there a better way?

Mar.05,2021

can't you query with a table and find out a username?

Menu