in reply to Build Table with 'n' rows and 'm' columns
Hi,
By using the below statement you can create html table
mysql -H -e "SELECT * FROM tablename" databasename
regards
Balaji. M
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Build Table with 'n' rows and 'm' columns
by fenLisesi (Priest) on Nov 02, 2006 at 11:32 UTC |