Použijte níže:
SELECT *
FROM information_schema.columns
WHERE table_name = 'Table_Name' and is_nullable = 'NO'
Table_Name
musí být odpovídajícím způsobem nahrazen...
Použijte níže:
SELECT *
FROM information_schema.columns
WHERE table_name = 'Table_Name' and is_nullable = 'NO'
Table_Name
musí být odpovídajícím způsobem nahrazen...