Questions tagged [db-solo]

DB Solo - The SQL Query Tool is a cross-platform database development and management tool with support for all major DBMS products. When asking a question related to DB Solo, you would usually also want to tag your question with the specific DBMS implementation (e.g. MySQL, PostgreSQL, Oracle, MS SQL Server, etc.) you are using the tool with.

DB Solo - The SQL Query Tool is a cross-platform database development and management tool. DB Solo supports most major operating systems and DBMS products available today.

Home Page: http://www.dbsolo.com/

1 questions
1
vote
1 answer

ORA-00900: invalid SQL statement error?What's wrong with my sql?

I try to write a function that split the string,but it shows:ORA-00900: invalid SQL statement error.What's wrong?I think that v_str varchar2(500); or v_strs_last varchar2(4000) := p_value; may be wrong. CREATE OR REPLACE TYPE strsplit_type IS TABLE…
flower
  • 2,212
  • 3
  • 29
  • 44