Use of "INSERT INTO" to update a table via SQL query | Jon (LabKey DevOps) | 2015-01-22 14:46 |
Status: Closed | ||
Hi John, You can use the LABKEY.Query.insertRows() API call to insert rows. https://www.labkey.org/download/clientapi_docs/javascript-api/symbols/LABKEY.Query.html#.insertRows Are you trying to insert rows just once or are you trying to insert new rows upon a specific event? Regards, Jon |
||