|
|
|
|
|
by djeiasbsbo
2000 days ago
|
|
Just in case you might be able to help me out.. is there any SQL flavor that supports specifying any except certain columns? For example something like: SELECT * EXCEPT FOO_ID FROM FOO; I have always wanted this but have never vome across it... |
|
Otherwise, dynamic column names (that's your search engine fodder) require introspection…
… coupled with the moral equivalent of PL/pgSQL `execute` (i.e. run-time eval) statement.