SQLite Forum

Ambiguous 'ambiguous error', is it normal or bug?
Login
Interestingly (for some definition of "interesting"):

```
select 1 from t a join t b order by s;
```

also gives `Error: ambiguous column name: s` (at least in 3.30.1).