DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: A simple query!!!

  1. #1
    Join Date
    Feb 2001
    Posts
    34
    Hi,
    I'm using a query like this.


    select ":new.name" ":=" nvl(":new.name",fun11(test)) from dual;

    when I execute it I'm getting the error as from keyword not found where expected .

    where is the problem.
    can anyone help me ?

    thanks,
    kkr12.

  2. #2
    Join Date
    Aug 2000
    Posts
    462
    What are you trying to get out of this statement? Are you trying to build a string containing some dynamically created trigger text?

    if not, how about:

    x:= nvl(:new.name,fun11(test));

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width