Mysql
 sql >> база данни >  >> RDS >> Mysql

Автоматично увеличаване на varchar в sql заявка

Опитайте това:

<?php
// fetch the very last entry

$Barcode = 'PU000001234567';

preg_match("/(\D+)(\d+)/", $Barcode, $Matches); // Matches the PU and number

$ProductCode = $Matches[1];

$NewID = intval($Matches[2]);
$NewID++;


$BarcodeLength = 12;
$CurrentLength = strlen($NewID);
$MissingZeros = $BarcodeLength - $CurrentLength;

for ($i=0; $i<$MissingZeros; $i++) $NewID = "0" . $NewID;

$Result = $ProductCode . $NewID;

echo $Result;

// insert into database with $Result


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Generic Killed грешка в PHP скрипт

  2. mysql заявка за свързан списък

  3. Инструкцията SELECT не използва possible_keys

  4. Получаване на входа от HTML форма и съхраняването му в mysql чрез Flask

  5. SQLSTATE[42000]:Синтактична грешка или нарушение на достъпа:1064