I need to have this query that gives me some info
Select Client From Agenda Where date =14/08/2008 AND hour =('09:30');
I have tried all sort of combinations and this is the one that doesn'te give an error..but it only returns a blank result, so something is still wrong..
Yes i have a record with this hour and date..
Can someone help me out on this?
Select Client From Agenda Where date =14/08/2008 AND hour =('09:30');
I have tried all sort of combinations and this is the one that doesn'te give an error..but it only returns a blank result, so something is still wrong..
Yes i have a record with this hour and date..
Can someone help me out on this?