Table 5

Sketch for WikiSQL data set. $COL represents a column, and $AGG is one of {none, max, min, count, sum, avg}. $COND is one of the conditional operators { =, >, < }. $VAL is the value for WHERE condition.

CLAUSESKETCH
SELECT $AGG$COL 
WHERE ($COL$COND$VAL)* 
CLAUSESKETCH
SELECT $AGG$COL 
WHERE ($COL$COND$VAL)* 
Close Modal

or Create an Account

Close Modal
Close Modal