Jump to content

sqlite COUNT


JeViCo

Recommended Posts

Posted

Hello everyone! Maybe i'm in wrong section but still it related to scripting i guess ^_^

Could you check me please?

dbPoll(dbQuery(db, "SELECT COUNT(Account) FROM AllAccTable WHERE acc = ?", toJSON(getAccountName( acc ))), -1)

I want to count rows in table AllAccTable in Account column where acc matches with current player's account name (for example i want to get all rows with certain player from 9999 rows)

Posted (edited)
dbPoll(dbQuery(db, "SELECT COUNT(Account ) * FROM AllAccTable WHERE acc=?", toJSON(getAccountName(acc))), - 1)

 

Edited by Dimos7
Posted

adding * creates an error.

dbPoll(dbQuery(db, "SELECT COUNT(Account) FROM AllAccTable WHERE acc = ?", toJSON(getAccountName( acc ))), -1)

My code returns number even when the database is empty/ Help!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...