Hi there SQL experts...
There's this problem I've been stuck on for a few hours:
I have a search query that checks for the name, like:
SELECT IDnumber FROM Employees WHERE Name='-----'
The problem is some of the names contain the ' char (O'Connor... who put an irish name in a database?)
Of course, Name='O'Connor' doesn't work...
Anybody got a bright idea?
Thanks
Nick
There's this problem I've been stuck on for a few hours:
I have a search query that checks for the name, like:
SELECT IDnumber FROM Employees WHERE Name='-----'
The problem is some of the names contain the ' char (O'Connor... who put an irish name in a database?)
Of course, Name='O'Connor' doesn't work...
Anybody got a bright idea?
Thanks
Nick