I'm not DBA or...But I am just very interested in writing query like to learn the trick of it..Now I'm asking myself this question:
How can I get
n
rows frominformation_Schema
from each of databases? (Without knowing the number of databases)
For example ... We have 3 database ( (information_Schema,stack,overflow) and we don't know that.
I want to get the 20 tables from each of databases .. How can I do that?
One other things...please don't give me procedure.