Subject | Re: [ib-support] Views in Firebird |
---|---|
Author | Doug Chamberlin |
Post date | 2002-05-24T11:53:33Z |
At 05/24/2002 07:14 AM (Friday), Riho-Rene Ellermaa wrote:
would change its definition to
>In original script there was:Since it looks like the original view presents only the USER_NAME column, I
>
> CREATE VIEW USERS (USER_NAME) AS
> SELECT *
> FROM users2
> WHERE EXISTS (SELECT * FROM log_proc(users2.user_name));
would change its definition to
> CREATE VIEW USERS (USER_NAME) ASand see if that helps.
> SELECT USER_NAME
> FROM users2
> WHERE EXISTS (SELECT * FROM log_proc(users2.user_name));