I have a table. This table has no rows in it currently and every column has some sort of default value.
I do not wish to actually insert any data, but I want 1 row to appear with all of the default values. How do I do this? This does not work:
insert into testing.constants values defaults;