νΉμ ν
μ΄λΈμ μ»¬λΌ κ°μλ₯Ό ꡬνλ λ°©λ² MySQLSELECT COUNT(*) FROM information_schema.columns WHERE table_schema = 'λ°μ΄ν°λ² μ΄μ€λͺ
' AND table_name = 'ν
μ΄λΈλͺ
';information_schema.columns : MySQLμμ λͺ¨λ ν
μ΄λΈμ μ»¬λΌ μ 보λ₯Ό λ΄κ³ μλ μμ€ν
ν
μ΄λΈ table_schema : ν΄λΉ ν
μ΄λΈμ΄ μν λ°μ΄ν°λ² μ΄μ€ μ΄λ¦table_name : ν
μ΄λΈ μ΄λ¦ μ§μ OracleSELECT COUNT(*) FROM user_tab_columns WHERE table_name = 'ν
μ΄λΈλͺ
'; [user_tab_columns]νμ¬ μ¬μ©μκ° μμ ν ν
μ΄λΈμ λν μ»¬λΌ μ 보μ¦, μ¬μ©μκ° μ§μ μμ±ν ν
μ΄λΈμ λν μ»¬λΌ μ 보λ₯Ό..