asmuth / clip

Create charts from the command line
https://clip-lang.org
Apache License 2.0
5.15k stars 387 forks source link

Correct syntax for IMPORT statement in first example. #188

Closed mshenfield closed 9 years ago

mshenfield commented 9 years ago

The IMPORT statement applied invalid syntax IMPORT {identifier} FROM ..., missing the IMPORT TABLE {identifier}. This popped up the error "unexpected token T_IDENTIFIER: city_temperatures, expected: 'T_TABLE' while executing query". Corrected the usage.