To write the INSERT statement that required you to write all the field is stress work for developer.. Here is the SQL command to return all column from a table that we can direct copy and past into our insert statement.
SELECT column_name + ‘,’
FROM information_schema.columns
WHERE table_name = ‘users’
=)