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
From Select page.
Select is not cumulative. Calling it a second time in the same command chain with additional columns to include will throw an InvalidOperationException.
Check if columns can be added to Select clause cumulatively across statements. For example
if (this) select (col1);
if (that) select (col2);
etc
The text was updated successfully, but these errors were encountered:
From Select page.
Select is not cumulative. Calling it a second time in the same command chain with additional columns to include will throw an InvalidOperationException.
Check if columns can be added to Select clause cumulatively across statements. For example
The text was updated successfully, but these errors were encountered: