Merge pull request #710 from mohnad-0b/patch-1
Some checks failed
ci / deploy (push) Has been cancelled

Update SQLite Injection.md
This commit is contained in:
Swissky 2024-04-03 18:15:31 +02:00 committed by GitHub
commit 80dda8beeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -33,7 +33,10 @@ select sqlite_version();
```sql
SELECT sql FROM sqlite_schema
```
if sqlite_version > 3.33.0
```sql
SELECT sql FROM sqlite_master
```
## Integer/String based - Extract table name
```sql