You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Each time I need to reduce overhead related to too many unneeded columns I've to create a database view and fetch from this view. The question is: is there a way to set output columns?
The text was updated successfully, but these errors were encountered:
mrsoto
changed the title
Is there a way to select columns without Sql:: and database views
Is there a way to select columns without Sql:: and database views?
Oct 28, 2015
Hello,
Each time I need to reduce overhead related to too many unneeded columns I've to create a database view and fetch from this view. The question is: is there a way to set output columns?
I tried this ( from issue #24):
but no data retrieved.
The text was updated successfully, but these errors were encountered: