you don't use SET to set variables values
SET variable_name = value;
this will give you a "ORA-00922: missing or invalid option"
you set variables Delphi style
variable_name := value;
Thursday, April 26, 2007
Subscribe to:
Post Comments (Atom)
My thoughts, articles, findings, etc. mainly about programming and computers in general.
No comments:
Post a Comment