sql - Question: how to use the current time in a where clause -
There was a question in my mind. Is there any possibility of using the current timestamp instead of the selected date in a clause?
Choose where it starts from> = '2010-07-01' / Pre>
I thought it Will be sth. Such as: start = 'now ()' or curdate () or curtime (). Anything I found was that their selection is used in the clause, but where do I need it?
Any help is greatly appreciated. Flora
select this where it starts here & gt; = Now ()
Comments
Post a Comment