I'm working on an application which will work against several DBMS's. I've found that if I use the MSSQL specific TOP n in one of my queries I cut time to a third.
I've been looking for an equivalent that for ASE.
Basically it returns either the TOP n percent, or the TOP n rows. I need something that returns only 1 row, as TOP 1 would do.
Is there a equivalent thing for SYBASE?
Bless!
AoN
I've been looking for an equivalent that for ASE.
Basically it returns either the TOP n percent, or the TOP n rows. I need something that returns only 1 row, as TOP 1 would do.
Is there a equivalent thing for SYBASE?
Bless!
AoN