Opened 8 years ago

Closed 6 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 Dimitar Misev, 7 years ago

Owner: set to Bang Pham Huu
Status: newassigned

comment:2 by Dimitar Misev, 6 years ago

Did you look at this issue?

in reply to:  2 comment:3 by Bang Pham Huu, 6 years ago

Replying to dmisev:

Did you look at this issue?

tried but not familiar with rasj, will try again.

comment:4 by Bang Pham Huu, 6 years ago

Milestone: 10.09.6
Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.