Javascript+SQLite

Hello everyone, I have to display the result of a query sqlite in a label,
part of my code:

                                                    function (tx){
                                                            ensureTableExists(tx);
                                                            tx.executeSql('SELECT SUM(entrate) FROM Bilancio',[],