0 votes
261 views
by | 261 views

1 Answer

0 votes
This has been fixed. Please try it again.
by datalab (20.7k points)
This still doesn't work:
 SELECT TOP 10 (awin_image_r + awin_image_i) as saveme FROM des_dr1.main
And this still does:
SELECT TOP 10 (awin_image_r - awin_image_i) as saveme FROM des_dr1.main
This also works:
SELECT TOP 10 (awin_image_r - awin_image_i*-1) as saveme FROM des_dr1.main
Should I just multiply numbers by -1 and subtract when I want to add.
This seems a bit kludegy to me.  I'd have thought parser would know about addition.
Could you refresh the webpage and try it again?

417 questions

434 answers

440 comments

637 users

Welcome to Data Lab Help Desk, where you can ask questions and receive answers from other members of the community.

Categories