fix urlPath clickhouse

This commit is contained in:
Francis Cao 2023-04-07 14:23:38 -07:00
parent 6424100223
commit 24ac7d6be0

View File

@ -32,7 +32,7 @@ function clickhouseQuery(websiteId: string, startAt: Date, eventType: number) {
session_id as sessionId,
created_at as createdAt,
toUnixTimestamp(created_at) as timestamp,
url_path,
url_path as urlPath,
event_name as eventName
from website_event
where event_type = {eventType:UInt32}