0

Is there a SQL Server Output clause equivalent in Sybase Version 15? As far as I know there's no Output clause in Sybase which gives the output rows from Update, delete query.

youfree
  • 39
  • 6

1 Answers1

0

Indeed there is no directly identical statement-level clause. However you can achieve the same effect with a trigger.

RobV
  • 2,263
  • 1
  • 11
  • 7