Jump to content
  • 0
Sign in to follow this  
Triedge

Compare two numbers in MySQL.

Question

Currently I feel the need to make a table with certain numbers, players must put a PIN, the problem is that the saved in the MySQL database often is not the same number, add additional numbers.

It would be possible to make the MySQL make a comparison of the last 6 numbers?

 

Example:

Number in MysQL: 774485511697

Number in PIN: 511697

 

As the number 511697 is equal to the last number stored in the MySQL taking as true.

 

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

SUBSTRING(774485511697, -6) = 511697

Edited by dudemelo

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
Sign in to follow this  

×
×
  • Create New...

Important Information

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