@DerahManyelo@zwai_ndimba Cool stuff, man. How are you handling data sync? Given real time processing is a requirement and connectivity might be a constraint
@oliverbike@KeriA1776again (Without picking a side) your claim is not true.
1.414 x 1.414 is not 2
You can’t go from 1.414 x (1.414x1.414) to 1.414 x 2
@EOEboh In no particular order:
- always avoid selecting *, do you really need EVERY column? Probably not
- make qualifying the name a habit
- the obvious one, “=“ should be “IS”
- another best practice: close your queries off. It’s professional