-
Notifications
You must be signed in to change notification settings - Fork 664
Object_id
Mathias Rangel Wulff edited this page Jun 12, 2015
·
2 revisions
AlaSQL emulates TSQL OBJECT_ID()
function:
IF OBJECT_ID('dbo.Parts') IS NOT NULL
DROP TABLE dbo.Parts;
GO
This functions can be used to check if table or view object is in the current database.
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo