12c - Silly little trick with invisibility...
- by noreply(at)blogger.com (Thomas Kyte)
This is interesting, if you hide and then unhide a column - it will end up at the "end" of the table. Consider:ops$tkyte%ORA12CR1> create table t ( a int, b int, c int );Table created.ops$tkyte%ORA12CR1>ops$tkyte%ORA12CR1> desc t; Name …