select COLUMN_NAME from information_schema.COLUMNS where table_name = '{tableName}' and table_schema = '{dbName}' and COLUMN_NAME!='id'