当前位置:网站首页>SQL injection - Union query
SQL injection - Union query
2022-06-12 06:24:00 【Cwillchris】
1、 Display position of burst field
Before using a union query to explode a field , We need to understand union How to use .
UNION The operator is used to merge two or more SELECT The result set of the statement .
Please note that ,UNION Inside SELECT Statements must have the same number of columns . Columns must also have similar data types . meanwhile , Every one of them SELECT The order of the columns in the statement must be the same .
SQL UNION grammar :
SELECT column_name(s) FROM table_name1
UNION
SELECT column_name(s) FROM table_name2
Sign in sqli-labs In the target plane MySQL:
[[email protected] ~]# mysql -uroot -p123456
Switch to database security
MariaDB [(none)]> use security;
example 1: take users In the table id=1 and users In the table id=3 The two records of are merged into one table
MariaDB [security]> select * from users where id='1' union select * from users where id= '3';
边栏推荐
- CONDA create use virtual environment
- Storing texture2d to hard disk JPG file with script under unity3d
- Computer composition and design work06 —— 基于MIPS
- Mastering UI development with unity
- 【思维方法】之第一性原理
- LeetCode-1576. Replace all question marks
- Video summary with long short term memory
- LeetCode-884. Unusual words in two sentences
- Computer composition and design work05 ——fifth verson
- leetcode 35. Search insert location
猜你喜欢

leetcode 300. Longest increasing subsequence

相机图像质量概述

Understand Houdini's (heightfield) remap operation

Chartextcnn (Ag dataset - news topic classification)

Redis configuration (III) -- master-slave replication

(UE4 4.27) add globalshder to the plug-in

Univariate linear regression model

Codeforces Round #793 (Div. 2) A B C

RMB classification II

使用 ms17-010 永恒之蓝漏洞对 win7 进行渗透及建立永久后门
随机推荐
N-degree Bessel curve
Get the size of the picture
PHP 开发环境搭建及数据库增删改查
JS variable scope
The unity3d script searches for colliders with overlaps within the specified radius
leetcode 278. First wrong version
Leetcode January 10 daily question 306 Additive number
【思维方法】之第一性原理
sqlite交叉編譯動態庫
SQLite cross compile dynamic library
Simple spiral ladder generation for Houdini program modeling
Whether the modification of basic type and reference type is valid
Introduction to the method of diligently searching for the alliance procedure
C2w model - language model
Sqlite Cross - compile Dynamic Library
Bulk Rename Utility
Unity can realize the rotation, translation and scaling script of the camera around the target point on the mobile terminal device
获取图片的尺寸
线程有哪些状态?
PHP一句话木马深度详细剖析