当前位置:网站首页>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';
边栏推荐
- Unity3d display FPS script
- OverFeat: Integrated Recognition, Localization and Detection using Convolutional Networks
- Apache poi 导入导出Excel文件
- Leetcode January 12 daily question 334 Increasing ternary subsequence
- About session Getattribute, getattribute error
- LeetCode-1185. Day of the week
- Multithreading (2) -- pipeline (2) -- synchronized underlying monitor, lightweight, biased lock, lock inflation
- 夜神模拟器adb查看log
- [word] word 2010 recording macro batch replacing paragraph marks in the selected text
- QT--实现TCP通信
猜你喜欢

Overview of camera image quality

夜神模拟器adb查看log

Chartextcnn (Ag dataset - news topic classification)

Piecewise Bezier curve

leetcode 278. First wrong version

cv2.fillPoly coco annotator segment坐标转化为mask图像

Bert Chinese classification model training + reasoning + deployment

Redis basic notes

Cv2.fillpoly coco annotator segment coordinate conversion to mask image

相机图像质量概述
随机推荐
Information content security experiment of Harbin Institute of Technology
dlib 人脸检测
LeetCode-997. Find the town judge
2021 RoboCom 世界机器人开发者大赛-本科组(初赛)
n次贝塞尔曲线
LeetCode-1154. Day of the year
Logistic regression model
Computer composition and design work05 ——fifth verson
LeetCode-2034. Stock price fluctuation
Opencv_ 100 questions_ Chapter V (21-25)
On the normalization of camera rotation interpolation
The first principle of thinking method
SQLite cross compile dynamic library
Multithreading (V) -- Concurrent tools (II) -- j.u.c concurrent contracting (I) -- AQS and reentrantlock principles
Unity can realize the rotation, translation and scaling script of the camera around the target point on the mobile terminal device
Whether the modification of basic type and reference type is valid
N-degree Bessel curve
Excel VBA opens a file that begins with the specified character
LeetCode-1078. Bigram participle
RMB classification II