GT
DTDrizzle Team
•Created by GT on 2/27/2025 in #help
Time Mysql Formatting
The Time format come formatted like
hh:mm:ss.mmmmmm
( unsure if the last part is ms.
Just like in the following query result:
In the Drizzle Studio, it shows as hh:mm
- which is what I want - If that's not something I did wrong, what should I use to get it in that format?4 replies
DTDrizzle Team
•Created by GT on 2/18/2025 in #help
Filter Empty Relations out
I got both tables as defined in my schema file:
How could I query all Employees that has availabilities?
An simple query as this one:
Would also return empty availabilities, filtering out the result after the query will result in inconsistencies in the result size. How could I resolve that?
5 replies
DTDrizzle Team
•Created by GT on 2/10/2025 in #help
Time type query inconsistencies
I got two different queires:
The first outputs the Time field as:
The latter, outputs it as:
Is the nesting that causes the conversion? How could I have both returning in the hh/mm/ss format?
2 replies
DTDrizzle Team
•Created by GT on 12/27/2024 in #help
Exclude results with empty relation
I tried using
isNotNull
to filter out the results that doesn't has any value in availabilities
relation, but didn't worked that way, I'm sure I'm missing an easier way of doing it.13 replies