I have an sqlite3 database where a SELECT hangs. The statement is: SELECT DISTINCT t.* FROM transactions AS t, splits AS s WHERE s.tx_guid=t.guid AND ((s.account_guid IN ('d076626fc5be59df7e592f8f0d66c7cd')))
Are there any tools to help me diagnose the problem? I could download the source and build with debug and try to trace my way through, but would prefer some pre-built diagnostic/debug tools if possible. Phil _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users