I have a table with 20 fields which are filled by a for and the amount of data that I tell you to insert. But now I need to show the data of each row, but show me nothing else the fields that have data, so those that are empty do not show them to me. How could the SQL query be? Here I have the row of my table, in this case I want to show only the 8 fields that I have filled, ignoring the ones that are empty. As for code, what is not considered is the SQL statement to avoid empty fields.