In my DB I have 642 tables.
I have to search specific table from it that name contain EMPSAL in it's name.
But like above so many tables are there which contain this KEYWORD in start of name or end of name or in between.
So I want to list tables that have EMPSAL in it's name at any place.
an I am newer to postgresql so I don't know that how to do so.
Is there any method that can help me to do so ?
Any suggestion for this?