Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Select with Character and Time
Message
From
05/01/1999 15:16:24
 
 
To
05/01/1999 15:11:37
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00172892
Message ID:
00172903
Views:
25
Hi John!

Are you sure that 'hour' contains full datetime string and not just hour number? I don't claim that I know this 'fact' better than you, just base on UT experience :).

>Hi Ed, Andersen:
>
>SELECT * FROM table WHERE CTOT(hour) > CTOT(TIME())
>
>This does it.
>
>
>>>
>>>I have a table that have a field Called HOUR and him data type is caracter.
>>>
>>>and i have to do a Select Sql wherer Hour > Time()
>>>
>>>how can i do this?
>>>
>>>thanks
>>
>>Something like this:
>>nHour=HOUR(datetime())
>>Select * From MyTable Where MyTable.Hour>nHour
>>
>>I guess you will also want to filter by date here, because without it the result does not make much sense.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform