Spaces:
Running
Running
updates
Browse files- fiboa/app.py +1 -1
fiboa/app.py
CHANGED
@@ -51,7 +51,7 @@ Do not include an explanation. Do only use SQL functions that DuckDB supports.
|
|
51 |
Use ONLY the column names that you can see in the table description.
|
52 |
Do NOT query for columns that do not exist. Pay attention to which column is in which table.
|
53 |
|
54 |
-
|
55 |
NEVER use the "testing" table. Pay close attention to this table schema.
|
56 |
|
57 |
The column "area" is in the unit hectares, you may need to convert it to other units, e.g. square meters.
|
|
|
51 |
Use ONLY the column names that you can see in the table description.
|
52 |
Do NOT query for columns that do not exist. Pay attention to which column is in which table.
|
53 |
|
54 |
+
The only table you should use is called "crops".
|
55 |
NEVER use the "testing" table. Pay close attention to this table schema.
|
56 |
|
57 |
The column "area" is in the unit hectares, you may need to convert it to other units, e.g. square meters.
|