asked on
ASKER
MySQL is an open source, relational database management system that runs as a server providing multi-user access to a number of databases. Acquired by Oracle in 2009, it is frequently used in combination with PHP installations, powering most of the WordPress installations.
TRUSTED BY
IF EXISTS (SELECT 1 FROM _table WHERE _item = '001')
INSERT INTO _table (_item) VALUES ('001')