Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Syntax error - help ! 1

Status
Not open for further replies.

rabinski

Programmer
May 13, 2005
21
GB
update table
set id= 55,
name = 'jo',
name2 = 'smith'
where ISNULL(postcode,'none'),
LEFT(ContactPostCode,3) IN ('L60','L61','L98','L97')

I know it must be obvious ;@)

cheers guys !
 
update table
set id= 55,
name = 'jo',
name2 = 'smith'
where ISNULL(postcode,'none') [red]= something[/red]
[red]And[/red] LEFT(ContactPostCode,3) IN ('L60','L61','L98','L97')

-George

Strong and bitter words indicate a weak cause. - Fortune cookie wisdom
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top