SQL手注練習(作業)

Sql語句: select database(); //獲取數據庫名稱 select user();//獲取用戶名 select version(); //獲取版本 基於union的信息獲取 union聯合查詢:通過聯合查詢來尋找指定數據 notice:union聯合查詢需要與select字段相同。 語法:select * username,password from users where id
相關文章
相關標籤/搜索