Firebird 1.0 QuickStart
In some cases, the release notes may instruct you to modify the scripts and make some manual adjustments. Firebird 1.0 Quick Start Guide 7 Testing your installation If everything works as designed0 码力 | 26 页 | 179.05 KB | 1 年前3firebird 5 quickstartguide
the Release Notes or packed Readmes may instruct you to edit the scripts and make some manual adjustments. 3.3. Installing multiple servers Firebird allows the operation of multiple servers on a single0 码力 | 49 页 | 396.21 KB | 1 年前3Firebird 2 QuickStart
provided. In some cases, the Release Notes may instruct you to edit the scripts and make some manual adjustments. Firebird 2.0 and 2.1 Quick Start 11 Installing multiple servers Firebird 2 allows the operation0 码力 | 40 页 | 218.42 KB | 1 年前3firebird language reference 30 rus
stores 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 年前3firebird 40 language reference
where 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 年前3firebird 30 sprachreferenz
where 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 年前3Firebird 2.5 Language Reference
where 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
共 7 条
- 1