PL/SQL (MOSC)

MOSC Banner

Query Error

edited Jun 7, 2017 3:38PM in PL/SQL (MOSC) 2 commentsAnswered ✓

Oracle DB: 11.2.0.3.0

OS: RH 6.8

Question:  I am trying to run the following query, but I keep getting errors.  Syntax is not correct, I have tried several times to fix it but still getting errors.  I would appreciate any input from you.

Thank you.

SELECT

count(CPE_CAMERA_ID),

FIRMWARE_VERSION

FROM

CAMERA

WHERE

MODEL = 'cannon'

ORDER BY

FIRMWARE_VERSION;

ERROR:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center