In the SQL query statement, add the column that does not exist in the table and set the fixed value of the column

select id,'value' extra from table

table, added column extra value fixed as value

Read More: