Hi there all
I have this query
‘SELECT companyname FROM clientdata_nsw where FIND_IN_SET( ‘jordan springs’, location )
AND service = ?’,[request.query.service],
that i can get to work in mysql but for the life of me i cant get it to work in node.js i am sure it is just something small i am doing
what i am trying to do is find a result in a commor separated row of items, if there is a better way please let me know
thanks in advance