Changes between Initial Version and Version 1 of Ticket #2421


Ignore:
Timestamp:
Feb 18, 2021, 1:07:31 PM (3 years ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2421 – Description

    initial v1  
    33
    44{{{
    5 select encode( scale(c, [0:10,0:20] / 5.0), "png") from test_mr as c
     5select encode( scale(c, [0:10,0:20]) / 5.0, "png") from test_mr as c
    66}}}
    77
     
    1010
    1111{{{
    12 http://localhost:8082/rasdaman/rasql?username=rasguest&password=rasguest&query=select%20encode(%20scale(c%2C%20%5B0%3A10%2C0%3A20%5D%20%2F%205.0)%2C%20%22png%22)%20from%20test_mr%20as%20c
     12http://localhost:8082/rasdaman/rasql?username=rasguest&password=rasguest&query=select%20encode(%20scale(c%2C%20%5B0%3A10%2C0%3A20%5D)%20%2F%205.0%2C%20%22png%22)%20from%20test_mr%20as%20c
    1313}}}