Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeEclipse
languagejavascriptpql
titleProject Operator
linenumberstrue
output = PROJECT({
                  attributes = ['auction', 'bidder']
                 }, input)

...

Code Block
themeEclipse
languagesqlcql
titleProject Operator
linenumberstrue
SELECT auction, bidder FROM input