tomaszkstech
Results
1
issues of
tomaszkstech
### To reproduce Using QuestDB Console, create two tables with the following statements ``` CREATE TABLE 'WorkflowEvent' ( CreateDate timestamp, Id uuid, TenantId int, UserId int, EventTypeId int ) timestamp...