Ziv Galili

Results 1 issues of Ziv Galili

Hi :) I have a `TIMESTAMP` field called `created_at` in our db. To populate that field I use `CAST(@created_at AS TIMESTAMP)` (or `NOW()`) in the `INSERT` process. When querying in...