Is it possible to create indices on views in Sybase (> ASE 12.5)?
I tried and got this error:
create view zzz_xyz as select * from sample_table go create index xxxxx on zzz_xyz (sample_column) go