d0r1

infomation_schema가 필터링된다면 본문

이것저것/관심

infomation_schema가 필터링된다면

d0r1 2023. 11. 9. 10:42

최근 문제풀이를 하는 과정에 있어 information_schema가 필터링되어 

우회하는 방법에 대해 검색하다가

 

또 까먹을까봐 작성합니다

 


filter : information

 

 select * from sys.schema_table_statistics where table_schema='{db_name}';

 

 select * from sys.x$schema_flattened_keys;