Finding all tables

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sandeep Shah
    New Member
    • Feb 2008
    • 11

    Finding all tables

    Hi friends:

    Actually I want to know how to write a query to find all the table into a particular schema in MYSQL Database.

    please help me out.
  • Sandeep Shah
    New Member
    • Feb 2008
    • 11

    #2
    Friends ,
    plz tell me how to post my query or problem ......
    I am getting confused where i am supposed to apply for it.

    waiting for your reply

    Comment

    • JosAH
      Recognized Expert MVP
      • Mar 2007
      • 11453

      #3
      Originally posted by Sandeep Shah
      Friends ,
      plz tell me how to post my query or problem ......
      I am getting confused where i am supposed to apply for it.

      waiting for your reply
      Hijacking someone else's thread is considered impolite; I have started your own
      thread for your own question. The thread you were hijacking has nothing to do with
      your problem.

      kind regards,

      Jos (moderator)

      Comment

      • BigDaddyLH
        Recognized Expert Top Contributor
        • Dec 2007
        • 1216

        #4
        It's been a long time since I've needed to do that, but I recall using the DatabaseMetaDat a method getTables.

        Comment

        Working...