justforfunc icon indicating copy to clipboard operation
justforfunc copied to clipboard

40-csvql: applying projections results in 'does not have column' error

Open djhworld opened this issue 6 years ago • 1 comments

With the code in the video, if you try and apply a projection to a query, you get this error

mysql> select name from cities;
ERROR 1105 (HY000): unknown error: table "cities" does not have column "name"

I know this isn't demonstrated in the video

djhworld avatar Nov 10 '18 19:11 djhworld

PR https://github.com/campoy/justforfunc/pull/92 fixes this.

djhworld avatar Nov 10 '18 19:11 djhworld