Opened 8 years ago
Closed 7 years ago
#1393 closed defect (fixed)
Rasj_Select into is not valid query
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 9.6 |
Component: | rasodmg | Version: | development |
Keywords: | select into is not valid | Cc: | Dimitar Misev |
Complexity: | Medium |
Description
When run the query "select c into mr_test1 from mr as c" in executeRasqlQuery from Petascope, Rasj.odmg has the error
Caused by: org.odmg.QueryException: Execution error 371 in line 1, column 10, near token into: Retrieval query must start with a SELECT statement. at rasj.odmg.RasOQLQuery.execute(RasOQLQuery.java:261)
this is valid rasql query
rasql -q 'select (char)(c / 2) into mr_test1 from mr as c' --user rasadmin --passwd rasadmin
Change History (4)
comment:1 by , 7 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
follow-up: 3 comment:2 by , 7 years ago
comment:3 by , 7 years ago
comment:4 by , 7 years ago
Milestone: | 10.0 → 9.6 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Did you look at this issue?