Jump to content
  • 0
keough

Account Number - Is this normal?

Question

I used to check account numbers of players then recently this came up.

the numbering of account was not followed.

 

2v9smf4.png

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

If someone(People with SQL access) set ID as 4000(and current high is 3000), it would start counting from 4000 then...

(Also, use order by query to know if account ID are in sequence)

 

SELECT * FROM login ORDER BY account_id ASC;

 

OR,

The accounts are deleted?

Share this post


Link to post
Share on other sites
  • 0

If someone(People with SQL access) set ID as 4000(and current high is 3000), it would start counting from 4000 then...

(Also, use order by query to know if account ID are in sequence)

 

SELECT * FROM login ORDER BY account_id ASC;

 

OR,

The accounts are deleted?

 

I dunno why the account numbering changed.. but no accounts deleted.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.