Trial.cgi: SQLqueries.error in query:FUNCTION autoan.NOW does not exist.
Trial.cgi: SQLqueries.error in query:FUNCTION autoan.NOW does not exist.
Check the 'Function Name Parsing and Resolution' section in the Reference Manual
SELECT vorlesung.VNr as VNr , vorlesung.UNr as UNr , vorlesung.ENr as ENr , vorlesung.Name as Name , vorlesung.EinschreibVon as Von , vorlesung.EinschreibBis as Bis , (NOW
( ) < vorlesung.EinschreibVon) as Early , (NOW
( ) > vorlesung.EinschreibBis) as Late , vorlesung.motd as Motd
FROM vorlesung
WHERE (vorlesung.VNr = "312") ;
CallStack (from HasCallStack):
error, called at src/Control/SQL.hs:55:20 in autotool-db-2.3.0-FFXoKTLOEQXAFtaoNscYmF:Control.SQL