sql >> Database >  >> RDS >> Mysql

Eenvoudige mysql-query om te controleren of rij bestaat

gebruik mysql fetch row-methode

$num_row = mysqli_num_rows($query);

if($num_row>0)
{
//add your code
} 
else
{
//add your code
}


  1. Implementeer MySQL Server + DB met .Net-toepassing

  2. hoe HTML-code in DB in te voegen met behulp van php

  3. Onjuiste sortering/sortering/volgorde met spaties in Postgresql 9.4

  4. SUM() Functie in MySQL