tsql query syntax

John Brooks john at day-light.com
Mon Oct 7 16:47:22 EDT 2002


Such a little thing...   Thanks all

===================
> 
> I wrote the tsql man page and it never occurred to me 
> that someone might not know to type "go" to issue the 
> query.  But who says that's obvious?  It should be 
> documented.  And will be.  
> 
> Regards, 
> 
> --jkl
> 
==================

Try:

1>  use database_name
2>  go
1>  select * from table_name
2>  go

Jay Sauls



More information about the FreeTDS mailing list