Skip to Content
0
Nov 05, 2019 at 01:30 PM

How to convert syntax from T-Sql to HANA SQLScript

172 Views

Hi ,

I want update the row of a column with user given sequence number which have to auto increment for each row.

I have found T-Sql query but when i try to convert to SQlscript am getting error

Declare lv_var int := 100;

update abaptables_ekpo

set lv_var = myfield = lv_var + 1;