Subject RE: [firebird-support] Dynamic name in a stored procedure
Author Sasha Matijasic
> Can someone please tell me where this is wrong? And what the
> correct SQL syntax should be? I'm trying to get my stord
> procedure to return results from one of 2 views based on a
> condiiton. SourceView should have one of two view names. But
> it is not happy compiling:
>

You might use execute statement. Search for the syntax in the documentation.

Sasha