Re: [SQL] Syntax help please

2008-09-04 Thread Ruben Gouveia
I can't believe myself. It always comes down to some missing semicolon. Thanks for your help. I am embarrassed. On Thu, Sep 4, 2008 at 12:49 PM, Fernando Hevia <[EMAIL PROTECTED]>wrote: > You seem to be missing a ';' in this line: > >v_from := c_from ; >v_where := p_where

Re: [SQL] Syntax help please

2008-09-04 Thread Fernando Hevia
You seem to be missing a ';' in this line: v_from := c_from ; v_where := p_where<--- missing ; here v_stmt := c_select || v_from || v_where; Regards, Fernando De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombr