Relative Content

Tag Archive for sqlitetcl

SQLite Tcl Interface: Using db eval {…query(ies)…} followed by an empty script {}?

This question arose out of wondering how to limit the number of SQLite db eval {...} statements to accomplish a task. I’m not sure it really matters how many there are but it has been asked on the SQLite forum a few times (one example here) whether or not it is possible to use values from a returning clause in a subsequent query within a CTE. A similar thought appears to apply to multiple SQL statements withing a single eval