I want to show all the remaining data in the table except some columns. However, despite doing a lot of research, I get stuck in many places. What is the logic of this?
SELECT * ,c.phone AS telefon FROM accounts c;
Table:
user_id  phone    teléfono
    1    null     99999999
 
    