MySQL BLOG
sábado, 3 de septiembre de 2016
mysql null values
SELECT COUNT( * )
FROM `list`
WHERE list_name = "818 5k"
AND call_dispo IS NULL
UPDATE `list` SET `call_status` = "pending" WHERE list_name = "818 5k" AND call_dispo IS NULL
Entradas más recientes
Entradas antiguas
Inicio
Suscribirse a:
Entradas (Atom)