From this query: ```sql select hash,name,language(name,content) as lang from blobs inner join tree_entries on blobs.hash = tree_entries.entry_hash where lang = 'Go' limit 1000 ``` I have the following error: `ERROR 1105 (HY000): unknown error: column "lang" could not be found in any table in scope`