where clause in Serverside with complex method
where clause in Serverside with complex method
acidburn78
Posts: 10Questions: 6Answers: 0
Hello,
i need somthing like this in my where clause left(EVINFO,17) = 'Zugewiesene Rolle'
but when i say $whereAll = left(EVINFO,17) = 'Zugewiesene Rolle'
i only get an http500 error if i make an request without this i get my datatables
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
What does the server's error log say the error was?
Allan
the error log of the Web-Server or the Log of the SQL-Server?
Log of SQL is not vissible for me cooperate Network and i dont have rights to look into the logs.
i think it could only be the format of the where clause with ' and " because direktly on the DB it works