when i’m trying to use default function in query result it doesn’t work
for example when using extract function it doesn’t work
EXTRACT(MONTH FROM date)
is there any way to make it or it can’t be done in query result ??

QRDS uses SQLite under the hood. EXTRACT is not part of the SQLite syntax.