Fábio Pinheiro
Jason Cumberland escreveu:
> The only method I know to get this information is from the
> INFORMATION_SCHEMA system views, an example query is below.
>
> select * from information_schema.columns where table_name =
> 'yourtablenamehere'
>
> On 11/14/06, *Fábio Pinheiro* <fcpin...@gmail.com