Query. select c.table_schema as database_name, c.table_name, c.column_name, case c.is_nullable when 'NO' then 'not nullable' when 'YES' then ...
確定! 回上一頁