Does anyone know how to write the where conditions for the first row for dolphindb?
update table set x=100 where ?
you can use the dolphindb function rowNo:
update t set x=100 where rowNo(x)=0