Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   Errors reference
  Home |  Downloads |  HareScript |  Websites/CMS |  Applications
Search for:  in: 
HareScript
Errors reference
 

Expected token TABLE.

This error occurs by incorrect use of HareScript's SCHEMA expression. SCHEMA must be followed by a '<', a TABLE specification and a (closing) '>'.

An example of a SCHEMA specification:

SCHEMA < TABLE < INTEGER id
, STRING name
> mytable
> myschema;

<< Back to errors overview

 
Related
Download documents
The online documents are also available for download in PDF format, for offline use.
Read more...
 
Top To top of page