05/09/2012

MySQL - Verificar se um elemento existe

SELECT EXISTS(SELECT * FROM table1 WHERE ...)
Fonte: http://stackoverflow.com/questions/1676551/best-way-to-test-if-a-row-exists-in-a-mysql-table

Nenhum comentário:

Postar um comentário