Question about SQL query
From: LAKSHNE <lakshne_at_aol.com>
Date: 9 Apr 1999 02:59:52 GMT
Message-ID: <19990408225952.05164.00000425_at_ng119.aol.com>
[Quoted] I am a beginner in SQL queries and have created following script:
Date: 9 Apr 1999 02:59:52 GMT
Message-ID: <19990408225952.05164.00000425_at_ng119.aol.com>
[Quoted] I am a beginner in SQL queries and have created following script:
[Quoted] select number, call_datetime date, input_source
from billingdata
[Quoted] where input_source like 'aa%';
[Quoted] 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, Received on Fri Apr 09 1999 - 04:59:52 CEST
