SQL INSERT statement generator
Seed a database quickly: define your columns, pick a table name, and get a single INSERT ... VALUES statement with escaped, realistic rows you can paste straight into your SQL client.
Schema
FAQ
Is the SQL safe to run?
Values are single-quote escaped and numbers/booleans are unquoted. Review before running against a real database.
Which dialect?
Standard INSERT ... VALUES, compatible with PostgreSQL and MySQL for common types.
Can I set the table name?
Yes — choose SQL format and set the table name field.