News

installation epg_describe_table.sql create a function with the same name as epg_decribe_table under the util schema. If util schema does not exists, scripts tries to create the schema. So mind the ...
I need to describe a bunch of tables programatically (i.e. get their attribute names and corresponding data types). I can use Describe <I>table </I> on them in the SQL window, but when I try to ...