Find a value anywhere in a database

前端 未结 18 896
小蘑菇
小蘑菇 2020-11-22 03:52

Given a #, how do I discover in what table and column it could be found within?

I don\'t care if it\'s fast, it just needs to work.

18条回答
  •  逝去的感伤
    2020-11-22 04:03

    For Development purpose you can just export the required tables data into a single HTML and make a direct search on it.

提交回复
热议问题