06-25-2009, 01:08 AM
|
#6 (permalink)
|
|
Wizard
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
|
Put spaces between every line in the string, I noticed that the error said "tbluserWHERE NOT", it should be "tbluser WHERE NOT" with a space between tbluser and WHERE.
I've been writing queries all day, that is a common error I hit unless I make sure there was a space at the end of every line in the string.
|
|
|
|