|
||||
sybperl-l ArchiveUp Prev Next
From: kvk at hmco dot com > select "col_name" = sp.pid, "other col name" = sl.name I used to do that but find-- select sp.pid col_name , sl.name other_col_ name syntax is much more elegant. Is the "" = syntax a Sybase-ism? I think putting the alias after the column is ANSII isn't it? |