Generating fake data using SQL

Uncategorized

Generating fake data using SQL

URL: https://vnegrisolo.github.io/postgresql/generate-fake-data-using-sql Type: article Domain: vnegrisolo.github.io

Excerpt: Fake data are very useful in development environment for testing your application or some query performances for example. In this Blog Post I’ll share how I ...

Notes: Some fancy sql technique to create masses of fake data efficiently. Note: no Ruby or Python involved!