News

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) ...
Enabling this will add two buttons - **Save Changes** and **Discard Changes** at the bottom of the table, only when any cell in the table is edited. ## 5. Create a Custom JS query We will create a new ...
Bulk update multiple rows in table 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 ...
Insert all statement:with the help of insert all statement we can add multiple rows with a single insert statement. we can use this statement to insert multiple rows in one or more than one tables. it ...