Thread
:
How to use date as a condition in where clause of access Sql
View Single Post
pradeep
Team Leader
17Apr2007,17:32
Code: SQL
SELECT
*
FROM
sold
WHERE
dateOfSold=#1/
1
/
2006
#
mohan157
like this