Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (46 - 48 of 2765)

Ticket Owner Reporter Resolution Summary
#2 Andrei Aiordachioaie fixed CSV changes last value in list
Description

For the query: select csv(marray x in [10:15] values c[10,10].green) from rgb as c, the result is 208,208,208,208,208,202. This is obviously wrong because all the values should be equal.

The query select (marray x in [10:15] values c[10,10].green) from rgb as c does not exhibit the same behaviour.

#8 j.yu@… wontfix conversion tor() not work
Description

rasdaman@bronx:~$ rasql -q "select tor(a) from mr as a" rasql: rasdaman query tool v1.0, rasdaman v8 — generated on 08.09.2009 08:32:43. opening database RASBASE at localhost:7001...ok Executing retrieval query…rasdaman error 0: Exception: Transfer Failed aborting transaction…ok rasql done.

#11 j.yu@… invalid .35, 16.0d in rasql
Description

select complec(.35, 16.0d) from mr —not work select complec(.35, 16.0) from mr —not work select complec(0.35, 16.0d) from mr —not work select complec(0.35, 16.0) from mr — work

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.