SQLite Forum

Request for comment: New ANALYZE syntax
Login
How about overloading WITH:

```
WITH samples=25,fast=1 ANALYZE main.sometable;
```

The "=" should distinguish a setting WITH from a statement WITH.