Re: Question about SQL query
From: Dogan Cibiceli <dcib_at_gwl.com>
Date: Fri, 09 Apr 1999 15:57:36 -0600
Message-ID: <370E77D0.47B710A6_at_gwl.com>
Date: Fri, 09 Apr 1999 15:57:36 -0600
Message-ID: <370E77D0.47B710A6_at_gwl.com>
LAKSHNE wrote:
> I am a beginner in SQL queries and have created following script:
>
> select number, call_datetime date, input_source
> from billingdata
> where input_source like 'aa%';
>
> When the script is run I would like to enter a begin and end date for
> using the variable call_datetime.
>
> Can someone tell me how to do this, I'm still looking through my
> books about SQL but they don't say a whole lot about interactive
> programming.
>
> Thanks in advance for your help!
>
> Sincerely yours,
look at accept command and change your condition to do a select between those variables Received on Fri Apr 09 1999 - 23:57:36 CEST