| No data |
Error in query number 8
We are sorry, but an error occurred while generating this page. You should contact the site's administrator.
In "budget.sql": The following error occurred while executing an SQL statement:
error returned from database: 1364 (HY000): Field 'sous_categorie_ind' doesn't have a default value
The SQL statement sent by SQLPage was:
INSERT INTO budget (compte, amount, categorie_ind, categorie, date) SELECT @nom_compte, CAST(? AS CHAR), CAST(? AS CHAR), @category, CAST(? AS CHAR) WHERE CAST(? AS CHAR) IS NOT NULL AND CAST(? AS CHAR) IS NOT NULL;
budget.sql: lines 85 to 86 Note: You can hide error messages like this one from your users by setting the 'environment' configuration option to 'production'.