#keywords
{{{#!gcode
string sql = @"SELECT COLUMN_NAME from all_tab_columns where table_name = 'table'";
}}}
----
{{{
}}}