discocarp Posted October 8, 2003 Posted October 8, 2003 UPDATE table1 SET GROUP="none" WHERE IID=0 This statement gives me an SQL syntax error since GROUP is a reserved word in sql. Is there anyway around this so I can access a field name of GROUP in a table? Thanks. Peter Quote
Administrators PlausiblyDamp Posted October 8, 2003 Administrators Posted October 8, 2003 UPDATE table1 SET [GROUP]="none" WHERE IID=0 Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
discocarp Posted October 8, 2003 Author Posted October 8, 2003 Thanks! That worked perfectly and you were lightning fast with your reply! Peter Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.