codehaven - php snippets - coding help
Generic filters
Exact matches only
  • Data Types – Large Numbers – Decimal

    4th April 2015

    MySql

    mysql codehaven category

    To include a number that is bigger than a BIGINT can handle try using this as a data type in phpmyadmin.

    decimal(21,0)

    Was this code snippet helpful?