Ask A Question
Notifications
You’re not receiving notifications from this thread.
SQL Learning Path - Calculations with Columns Discussion
Discussion for SQL Learning Path - Calculations with Columns
Hi Collin, thanks!
I was wondering which one would be best to use in case of real app:
- Letting the DB doing the calculations
- Doing the calculations server side with Ruby.
Thanks in advance :)