SQLite Forum

multiple queries
Login
If you merely split on semicolons, consider how that scheme will treat this:<code>
  select "silly;column;name" from "silly;table;name"
  where "silly;column;name" not like '%;%'
</code>