You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lstr is a web app that converts rows of data into a single line. Users can specify a separator and optionally wrap each value in single or double quotes; especially handy for building long SQL IN statements.
About
A web app designed to simplify the transposition of rows into comma separated lines for `IN` clauses in SQL.