MySQL Forums
Forum List  »  PHP

Re: Schema Comment as Table Header
Posted by: Peter Brawley
Date: January 16, 2021 11:22AM

Use BBCode code tags to preserve text formatting.

Given a table tbl(id, comment, question, ...), you'd fetch the results of ...

select id, comment, question
from tbl;

... then populate the column in the html table to the left of the question with the comment value instead of the id value.

Options: ReplyQuote


Subject
Written By
Posted
January 16, 2021 06:21AM
Re: Schema Comment as Table Header
January 16, 2021 11:22AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.