0737-82-3543
お急ぎの方はこちら:090-9699-4645
お客様から特に多く寄せられるご質問をまとめました。
こちらに記載のないご質問がありましたら、お気軽にお問い合わせください。
対応エリア一覧
20200907
Nr | Query | Error | Affected | Num. rows | Took (ms) |
---|---|---|---|---|---|
1 | SELECT table_name as name FROM INFORMATION_SCHEMA.tables WHERE table_schema = 'public'; | 1 | 1 | 3 | |
2 | SELECT DISTINCT column_name AS name, data_type AS type, is_nullable AS null, column_default AS default, ordinal_position AS position, character_maximum_length AS char_length, character_octet_length AS oct_length FROM information_schema.columns WHERE table_name = 'regions' AND table_schema = 'public' ORDER BY position | 8 | 8 | 7 |