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