SQL in List
Often I have a list of hundreds (sometimes thousands) of items that I need to insert into a query. Unfortunately I can only add 99 items at a time.
This video demonstrates how my script replaces the first 98 line breaks with commas and wrap items already having a comma with special characters to escape them. This is perfect for my SQL in list query! What would have taken me several minutes or longer is now done in the blink of an eye (while also escaping illegal characters). The below video demonstrates it’s usage and further down the page is the AutoHotkey code that cranks it out!
Video demonstrating how the SQL in list works
AutoHotkey code: