20,213 Total Views There are different ways to check whether specific column is exists in a sql server table Solution:1 IF COL_LENGTH('schemaName.tableName', 'columnName') IS NOT NULL…
Sql, Oracle, MySql Problems & Solutions
20,213 Total Views There are different ways to check whether specific column is exists in a sql server table Solution:1 IF COL_LENGTH('schemaName.tableName', 'columnName') IS NOT NULL…