We need your help! 🔥
Please consider disabling your ad-blocker to support this website! 🔑
We are a free, community-supported website! 🥰
We only display small unobtrusive ads which help us stay online! 💯
Thank you in advance! ❤️
RDBMS
SQL
Utility

SQL Insert Command

A SQL command string to Insert (or Update) data into a SQL table.

Inputs

NameIDDescriptionType
TableTableA database table.String
ColumnsColumnsA list of columns to write data to in a table.String
DataDataA list of data to write.String
UpdateUpdateDefault is set to 'False' to use INSERT INTO method. 'True' uses UPDATE SET WHERE method to update columns based on a condition. Boolean
WhereWhereA list of conditions for which rows to update. Conditions should match the list of data to update.String

Outputs

NameIDDescriptionType
SQL CodeSQLMesh SQL CodeString

Site design © Robin Rodricks.   Site co-created by Andrew Heumann.   Slingshot and associated data © 2024 Nathan Miller.  
Rhinoceros and Grasshopper are registered trademarks of Robert McNeel & Associates.  Hosted by GitHub

Report an Issue  |  Terms of Service