摘要:
一个MySQL 存储过程传参数的问题想实现例如筛选条件为:where id in(1,2,3,...),下面有个不错的示例,感兴趣的朋友可以参考下 正常写法: select * from table_name t where t.field1 in (1,2,3,4,...); 当在写存储过程in里 阅读全文
posted @ 2017-07-31 15:33
DANNY
阅读(5141)评论(0)推荐(2)
摘要:
>>> s = '%20and%201=2%20union%20select%201,group_concat%28table_name%29,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20%20from%20information_schema.tables%20where%20table_schema=database%28%29' >>> b ... 阅读全文
posted @ 2017-04-19 10:11
DANNY
阅读(1821)评论(0)推荐(0)