I am looking for a way to have a parametrized query, when parameter is passed through the command line. Much like a prepared statement and '?' parameters.
Is this possible? I can't find anything like this in the sqlite3 man page. Another way would be if sqlite had a function to access the environment variable, but such function doesn't seem to exist either. Yuri

