textbrowser

Results 341 comments of textbrowser

There's a really helpful outcome when a person learns how to do something for themselves, especially with technology.

"Apply specified query to selected entries." That's a grand plan which requires the person undertaking it to understand the query, the data, and the mechanisms to create a meaningful relationship...

SQL literacy is the best solution.

You is referring to the custom SQL? That is for SQL-literate people. Since I'm kind of SQL literate, I thought that such an interface would be beneficial to other people....

It's not a problem, it's an adventure and it exists in all disciplines.

No. They're busy colors.

Consider: sqlite> update book set keyword = (select keyword || keyword || keyword || keyword || keyword from book where myoid = 1) where myoid = 1; sqlite> select length(keyword)...

This is a malicious attack that's impossible to prevent unless the query retrieves a reasonably-limited string.

The query itself must be of the form SUBSTR(keyword, 1, N).