Rss Feed
  1. MySQL to know

    Wednesday, 3 April 2013


    How to truncate only if table exists?
    DROP TABLE IF EXISTS `name`
    CREATE TABLE IF NOT EXISTS `name`

  2. 0 comments:

    Post a Comment