Hi all! I'm new to Exposed and Kotlin :slightly_sm...
# exposed
d
Hi all! I'm new to Exposed and Kotlin 🙂 Could please someone describe how can I call database function in where clause of SQL statement?
Copy code
Tasks.select { CURRENT_TIMESTAMP() > Tasks.postTime and CURRENT_TIMESTAMP() < Tasks.someTime }