I think this is going to start being a daily post. Although I'm sure my SQL skills will improve.
This is the syntax of my query
SELECT name FROM w_jewellery_manufacturer WHERE jmanref_id=(SELECT jmanref_id FROM w_jewellery_series WHERE jsref_id='3')
and this is the error I'm getting
You have an error in your SQL syntax near 'SELECT jmanref_id FROM w_jewellery_series WHERE jsref_id='3')' at line 1
I've looked through it a couple of times and can't find the problem although I haven't ever done nested queries before.
Thanx Rob