Skip to Content.
Sympa Menu

freetds - RE: tsql query syntax

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "John Brooks" <john AT day-light.com>
  • To: "'TDS Development Group'" <freetds AT franklin.oit.unc.edu>
  • Subject: RE: tsql query syntax
  • Date: Mon, 7 Oct 2002 15:47:22 -0500


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




Archive powered by MHonArc 2.6.24.

Top of Page