News

Currently, the datasources in ToolJet have operation for **bulk update(GUI mode)** but that only works for changes made in the single row. We will soon be adding a new operation for bulk updating the ...
It is a common requirement in sql server development to update top n records in sql server.in this blog we will see two approaches to accomplish the same.1) using update with top update top (100) ...