I got the following error in Oracle:
SELECT * FROM abcd WHERE name LIKE 'a%' LIMIT 10
*
ERROR at line 1:
ORA-00933: SQL command not properly ended
What is the problem with the command?
|
feedback
|
|
Oracle doesn't support the There are alternatives, although they're often a lot more involved http://www.oracle.com/technology/oramag/oracle/06-sep/o56asktom.html The simplest equivalent is:
| |||||||||||||
feedback
|