| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Dan Nelson | Date: | June 30 2006 9:48pm |
| Subject: | Re: Show tables replacement | ||
| View as plain text | |||
In the last episode (Jun 30), Ed Reed said: > Is there a Select statement I can use to get table names so that I > could use other Select statement syntax on the results? > > What I'd like to do is this, > > SHOW Replace(TABLES, 'tbl','') Like 'tbl%'; > > But this doesn't work so I need a Select statement that can do the > same thing. SELECT table_name FROM information_schema.tables; -- Dan Nelson dnelson@stripped
| Thread | ||
|---|---|---|
| • Show tables replacement | Ed Reed | 30 Jun |
| • Re: Show tables replacement | Dan Nelson | 30 Jun |
| • Re: Show tables replacement | Ed Reed | 30 Jun |
| • Re: Show tables replacement | Ed Reed | 5 Jul |
| • Re: Show tables replacement | Ed Reed | 6 Jul |
| • Re: Show tables replacement | Jochem van Dieten | 6 Jul |
| • Re: Show tables replacement | Ed Reed | 6 Jul |
| • Re: Show tables replacement | Daniel da Veiga | 6 Jul |
