Firstly, I'm new to SQL - not so new to Java anymore.
Secondly, I'm using NetBeans 8.2 with JavaDB and when I'm trying to run a SQL query, such as:
SELECT Replace(BOOKNAME, ' ', '') from BOOKINFO;
and try to execute the commend, the console displays an error, namely:
[Exception, Error code 30,000, SQLState 42Y03] 'REPLACE' is not recognized as a function or procedure.
Any ideas on what I can do? Do you see something wrong with my query code?