abyinsydney
Programmer
Greetings folks
i'm trying two select allt the values bewtweeen the two dates and i'm getting the results but it is incorrect .i have a query written below is this the right way of writing a query to extract information from the data base or query needs to be modifies .
The fields in which the dates are stored in the databse its property is date
my query is
Select * FROM financial_transactions_archive_extract
WHERE financial_transactions_archive_extract.account_no = '188S12' AND financial_transactions_archive_extract.date_transaction
BETWEEN '1995-04-29' && '1996-04-29'
I think itis taking the dates variable to be numbers and giving me the result .could any one thro ligth on this
i'm trying two select allt the values bewtweeen the two dates and i'm getting the results but it is incorrect .i have a query written below is this the right way of writing a query to extract information from the data base or query needs to be modifies .
The fields in which the dates are stored in the databse its property is date
my query is
Select * FROM financial_transactions_archive_extract
WHERE financial_transactions_archive_extract.account_no = '188S12' AND financial_transactions_archive_extract.date_transaction
BETWEEN '1995-04-29' && '1996-04-29'
I think itis taking the dates variable to be numbers and giving me the result .could any one thro ligth on this