Garrick Staples wrote:
>
> I've also found the mysql docs to be great at teaching SQL.
>
> select is at http://web.mysql.com/Manual_chapter/manual_Reference.html#SELECT
> and the TOC is at http://web.mysql.com/Manual_chapter/manual_toc.htm
Additionally, I know of at least one copy of the SQL-92
"Perl-Win32-Users Mailing List"
><[EMAIL PROTECTED]>
> Subject:Re: Data access
> Send reply to: "Anthony George" <[EMAIL PROTECTED]>
>
> >
> > [EMAIL PROTECTED] wrote:
> > >
> > > I have anot
t"
<[EMAIL PROTECTED]>
Subject:Re: Data access
Send reply to: "Anthony George" <[EMAIL PROTECTED]>
>
> [EMAIL PROTECTED] wrote:
> >
> > I have another situation where I am calling a select subroutine in PERL
> >
[EMAIL PROTECTED] wrote:
>
> I have another situation where I am calling a select subroutine in PERL
> based on the table a user selects. This select statement is very basic:
>
> select * from $tablename
>
> From here how do I pick only the columns of my choice?
>
> Perry Chaturvedi
You'll p
QL = "select field1, field2 from $tablename";
Stanley G. Martin
Midwest Consulting Group
Sprint Finance Reengineering
(816) 889-8156
[EMAIL PROTECTED]
-Original Message-
From: Perry.Chaturvedi [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 26, 2000 7:21 AM
To: perl-win32-users
Cc: P
[EMAIL PROTECTED] wrote:
> I have another situation where I am calling a select
> subroutine in PERL based on the table a user selects.
> This select statement is very basic:
>
> select * from $tablename
>
> From here how do I pick only the columns of my choice?
Well, if you know which columns
I have another situation where I am calling a select subroutine in PERL
based on the table a user selects. This select statement is very basic:
select * from $tablename
>From here how do I pick only the columns of my choice?
Perry Chaturvedi
"Excellence is not a single act, its a daily habit.