Använd nedanstående:
SELECT *
FROM information_schema.columns
WHERE table_name = 'Table_Name' and is_nullable = 'NO'
Table_Name
måste bytas ut i enlighet med detta...
Använd nedanstående:
SELECT *
FROM information_schema.columns
WHERE table_name = 'Table_Name' and is_nullable = 'NO'
Table_Name
måste bytas ut i enlighet med detta...