Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MYSQL show tables?

Status
Not open for further replies.

lytheon

Programmer
Sep 23, 2003
4
NL
I'm looking for a statement where u can show some tables, (not all)in MYSQL

does anybody know how i can show these tables:
Activiteit
Activiteit_set
Activiteit_set_Activiteit
Afdeling
Bedrijf
BS_AFSPRAKEN
FUNCTIE
MEDEWERKER
MEDEWERKER_CONTRACT
MEDEWERKER_RECHTEN
PROJECT
SCHERM_RECHT
STUURCYCLUS_AS
SYSTEEM
SYSTEMEN_OFFLINE

(note: these ara not all the tables in my database)

hope someone can help me!

with kind regards,

Lytheon
 
U need to use some kind of REGEX.
ie
Code:
show tables LIKE regex [regular expression] ;
Not sure how to do it for ur list of tables though.





--------------------------------------------------------------------------
I never set a goal because u never know whats going to happen tommorow.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top