hey,
bekomme fehler bei folgendem stmt.:
---------
SELECT
"location".location_id,
"location".loc_name
FROM
"location"
WHERE
(("location".location_id <> ''::"varchar") AND
("location".location_id <> '516'::"varchar"));
---------
fehlerausgabe: ORA-00907: missing right parenthesis
der fehler müßte in der 7.zeile liegen...
bitte sagt mir, was da wieder los ist!
mfG,
Markus.