User Tools

Site Tools


microsoft:microsoft_sql_server:sql:check_object_exists

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

microsoft:microsoft_sql_server:sql:check_object_exists [2022/07/01 07:57] – created 45.89.242.205microsoft:microsoft_sql_server:sql:check_object_exists [2022/07/01 07:58] (current) 45.89.242.205
Line 5: Line 5:
   UPDATE[SomeTable$Some Doc]   UPDATE[SomeTable$Some Doc]
   SET ...   SET ...
-</sql>+</code>
  
 ---- ----
Line 13: Line 13:
 <code sql> <code sql>
 IF EXISTS (SELECT 1 FROM SomeTable WHERE Name = 'somename') IF EXISTS (SELECT 1 FROM SomeTable WHERE Name = 'somename')
-</sql>+</code>
  
microsoft/microsoft_sql_server/sql/check_object_exists.1656662268.txt.gz · Last modified: 2022/07/01 07:57 by 45.89.242.205

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki