Using Desc on Multiple tables
560553Feb 7 2007 — edited Feb 7 2007I am trying to find a way to run DESC (or similar) on every table belonging to a certain user. So far I have had no luck finding a way of doing this, other than brute force.
The problem with brute forcing it is that the user has ~250 tables that I would need to run this on. I was hoping to find a script or a query that would let me do this and output it to a file.
Any thoughts?
Jed