Returns the object ID.
OBJECT_ID (object-name )
object-name The name of the object.
The following statement returns the object ID 100209 of the customer table.
SELECT OBJECT_ID ('CUSTOMER') FROM iq_dummy
SQL/92 Vendor extension.
Sybase Adaptive Server Enterprise function implemented for Sybase IQ.
“COL_NAME function [System]”
“DB_ID function [System]”
“OBJECT_NAME function [System]”