Hi Neil,
 
Re: " I would like to perform regular expression queries interactively, i.e. 
from the sqlite> prompt"I
 
I'm not sure what operating system you're using, but there are sqlite GUI 
utilities that register a REGEX function.   In windows, one such free one is 
Sqlite3Explorer:
         http://www.singular.gr/sqlite/ <http://www.singular.gr/sqlite/> 
which includes a perl case-insensitive version.
 
If your needs require that you use the command-line utility included with the 
product, you'd want to link a regex function into your compile to produce your 
own version of sqlite3.exe.

________________________________


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to