22.12.2010, 15:30
Hi, I know how to create a table if not exists but how can I pre-check programmatically if a table exists?
I'm using like this at the moment:
which works perfect.
I'm using like this at the moment:
Код:
CREATE TABLE IF NOT EXISTS `TABLENAME` (`columns`)