help in sql query

Table -> order
fields -> name, count
I have tried this
select name, count from order where orderDate between '26/11/2006' and '28/11/2006'
but it is returning 0 fields.....
any help
 
This is a stupid question but you do have orderDate as a field right? Also you need to pull the order date somehow too..
 
Back
Top