firebird language reference 30 russtores WHERE city = ? AND class = ? SELECT * FROM pants WHERE model = :model AND size = :size AND color = :col Последний запрос не может быть передан непосредственно к движку сервера SELECT * FROM COLOR WHERE EXISTS( SELECT * FROM HORSE WHERE HORSE.CODE_COLOR = COLOR.CODE_COLOR PLAN (HORSE INDEX (FK_HORSE_COLOR))) PLAN(COLOR NATURAL)0 码力 | 719 页 | 3.98 MB | 1 年前3
firebird 40 language referencewhere city = ? and class = ?; select * from pants where model = :model and size = :size and color = :col; The last query cannot be passed directly to the engine; the application must convert it to plans will work: select * from color where exists ( select * from hors where horse.code_color = color.code_color plan (horse index (fk_horse_color))) plan (color natural) Occasionally, the0 码力 | 778 页 | 3.43 MB | 1 年前3
firebird 30 sprachreferenzwhere city = ? and class = ?; select * from pants where model = :model and size = :size and color = :col; Die letzte Abfrage kann nicht direkt an die Engine übergeben werden; die Anwendung muss es beispielsweise: select * from color where exists ( select * from hors where horse.code_color = color.code_color plan (horse index (fk_horse_color))) plan (color natural) Gelegentlich akzeptiert0 码力 | 701 页 | 3.12 MB | 1 年前3
Firebird 2.5 Language Referencewhere city = ? and class = ?; select * from pants where model = :model and size = :size and color = :col; The last query cannot be passed directly to the engine; the application must convert it to0 码力 | 521 页 | 2.30 MB | 1 年前3
共 4 条
- 1













