Vince Vielhaber wrote:
> 
> Looks like Sybase ignores the bar:
> 
> 1> create table foo(a int)
> 2> go
> 1> insert into foo(bar.a) values(1)
> 2> go
> (1 row affected)
> 1> select * from foo
> 2> go
>  a
>  -----------
>            1
> 
> (1 row affected)
> 1>
> 

This looks like a parser error to me.  It probably only takes the
last bit of the name and ignores all the qualifiers...


-- 
Fernando Nasser
Red Hat Canada Ltd.                     E-Mail:  [EMAIL PROTECTED]
2323 Yonge Street, Suite #300
Toronto, Ontario   M4P 2C9

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to