Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "SQL injection/Target Environments/Compatibility/functions and variables"
From NetSec
(Created page with "Similarities between the different engines '''MS SQL''', '''MySQL''', and '''PostgreSQL''' share the following: * ascii() * substring() * count() * lower() * upper() * '''BETWEE...") |
(No difference)
|
Revision as of 01:30, 19 July 2012
Similarities between the different engines
MS SQL, MySQL, and PostgreSQL share the following:
- ascii()
- substring()
- count()
- lower()
- upper()
- BETWEEN ... AND ... conditional operator
MySQL and Postgres share the following:
- current_database()
- version()
- current_user
- LIMIT ... OFFSET ... clause syntax
MySQL and MSSQL share the following:
- database()
- @@version
- RLIKE clause for regular expressions