I'd like to select all column names for a specific table except thosethat are part of the PK.
I know I need to somehow join information_schema.columns,key_column_usage and table_constraints but how?
--
Best Regards,Tarlika Elisabeth Schmitz