1 min readJun 28, 2018
Hey Efe,
F()
expressions are a good solution when you have simple logic and only one action you need to performe.
If you have a more complicated logic and multuple actions inside the database transaction (for example, writing to a log table), F()
expressions are not enough.
Hope this clears things up,
Haki.