Delete row if table exists SQL

后端 未结 9 977
旧时难觅i
旧时难觅i 2021-01-17 10:36

I have a script that drops a load of tables using DROP TABLE IF EXISTS, this works.

There is also a delete in this script to DELETE a row from another table that I d

9条回答
  •  無奈伤痛
    2021-01-17 11:06

    It seems to me right the first item in the "Related" column on the right side answers your question.... Check if table exists in SQL Server

提交回复
热议问题