Topic on Talk:Quarry

Any way to get the 'current time' as part of a result output?

3
Viswaprabha (talkcontribs)

I would like to get the time when a quarry was ran last as a part of the result output (either as a column or at header row or just as some element somewhere in the result set). Is there any way to accomplish this? I tried the GETDATE() or CURRENTTIME() SQL functions, but the server would instantly deny executing such functions. :(

Achim55 (talkcontribs)

Try SELECT now(); or did I misunderstand?

Viswaprabha (talkcontribs)
Reply to "Any way to get the 'current time' as part of a result output?"