How to format SQL tables? 

Newsgroups: comp.text.tex
| > +-------+------------+--------------+
| > + col 1 | col 2      | col 3        |
| > +-------+------------+--------------+
| > |       |            |              |
| > |       |            |              |
| > |       |            |              |
| > |       |            |              |
| > +-------+------------+--------------+
| > Table 1: Personel table
|
| FWIW: Table captions should be rather located at the top, not at
| the bottom. You might want to try supertabular or longtable, or
| the ccaption package for defining such `non-floating' table captions.

I have located the doc's on supertabular and longtable. And they both appear to keep the tables as running text and not as floats. This may be exactly what I am looking for. Going to check it out! Thanks.

How to format SQL tables? 

They make it possible to have a tabular that spans multiple pages. Each page is its own tabular environment, thus the various parts may have different widths. If that is not what you want you should check out longtable.