Is images a reserved word in SQL?

-----Original Message-----
From: brob [mailto:[EMAIL PROTECTED]
Sent: 17 November 2003 16:40
To: CF-Talk
Subject: Stored PROCEDURE syntax

THis i what i have

CREATE PROCEDURE update_image_status_y
(
@image_id INT
)

UPDATE images
SET image_document_head = 'y'
WHERE id = @image_id

But i get a "Incorrect SYntax near the keyword UPDATE"  what's up?!
  _____  


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to