Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Add a description for unions that require specific data types. We try to use null to be agnostic, but this is not fool proof.
Example:
SELECT "mysql","test" UNION SELECT @@version,nullThe null might need to be a varchar.
https://sqlwiki.netspi.com/tab/injectionTypes/unionBased