Stupid simple but amazingly useful project. You paste a column of data and get a SQL IN statement back, eg:
dog
cat
trombone
becomes
IN ('dog','cat','trombone')
So useful when you want to query Google Sheet data in SQL!!!!
Trying to be an excellent father, human and product manager.
Stupid simple but amazingly useful project. You paste a column of data and get a SQL IN statement back, eg:
dog
cat
trombone
becomes
IN ('dog','cat','trombone')
So useful when you want to query Google Sheet data in SQL!!!!