Firebird Generator Guide: A guide on how and when to use generators in Firebirdof Inserts that fail (you can kinda get a “feeling” for this), and you’re only interested in an estimation of the record count, then this method can be useful even though it’s not exact. From time to time0 码力 | 20 页 | 169.00 KB | 1 年前3
 firebird language reference 30 rusиспользованием списка столбцов CREATE VIEW PRICE_WITH_MARKUP ( CODE_PRICE, COST, COST_WITH_MARKUP ) AS SELECT CODE_PRICE, COST, COST * 1.1 FROM PRICE; Пример 4.62. Создание представления использованием псевдонимов полей CREATE VIEW PRICE_WITH_MARKUP AS SELECT CODE_PRICE, COST, COST * 1.1 AS COST_WITH_MARKUP FROM PRICE; Пример 4.63. Создание необновляемого представления использованием хранимой процедуры CREATE VIEW GOODS_PRICE AS SELECT goods.name AS goodsname, price.cost AS cost, b.quantity AS quantity Операторы DDL 148 FROM goods JOIN price ON goods.code_goods0 码力 | 719 页 | 3.98 MB | 1 年前3
 Firebird 2.5 Language ReferencePc WHERE speed >= 500 AND price < 800; 2. Retrieve information about all dot matrix printers that cost less than $300: SELECT * FROM Printer WHERE ptrtype = 'matrix' AND price < 300; 3. The following CREATE VIEW PRICE_WITH_MARKUP ( CODE_PRICE, COST, COST_WITH_MARKUP ) AS SELECT CODE_PRICE, COST, Chapter 5. Data Definition (DDL) Statements 132 COST * 1.1 FROM PRICE; 4. Creating a view with same result as in Example 3). CREATE VIEW PRICE_WITH_MARKUP AS SELECT CODE_PRICE, COST, COST * 1.1 AS COST_WITH_MARKUP FROM PRICE; 5. Creating a read-only view based on two tables and a stored0 码力 | 521 页 | 2.30 MB | 1 年前3
 firebird 40 language referencePc WHERE speed >= 500 AND price < 800; 2. Retrieve information about all dot matrix printers that cost less than $300: SELECT * FROM Printer Chapter 4. Common Language Elements 85 WHERE ptrtype = 'matrix' after the last connection to that database was closed. This can help to improve performance at low cost, when the database is opened and closed frequently, by keeping resources “warm” for the next connection explicit column list. CREATE VIEW PRICE_WITH_MARKUP ( CODE_PRICE, COST, COST_WITH_MARKUP ) AS SELECT CODE_PRICE, COST, COST * 1.1 FROM PRICE; 4. Creating a view with the help of aliases for fields0 码力 | 778 页 | 3.43 MB | 1 年前3
 firebird 30 sprachreferenzexpliziten Spaltenliste. CREATE VIEW PRICE_WITH_MARKUP ( CODE_PRICE, COST, COST_WITH_MARKUP ) AS SELECT CODE_PRICE, COST, COST * 1.1 FROM PRICE; 4. Erstellen einer View mit Hilfe von Aliasen für Ergebnis wie in Beispiel 3). CREATE VIEW PRICE_WITH_MARKUP AS SELECT CODE_PRICE, COST, COST * 1.1 AS COST_WITH_MARKUP FROM PRICE; 5. Erstellen einer schreibgeschützten Ansicht basierend auf zwei gespeicherten Prozedur. CREATE VIEW GOODS_PRICE AS SELECT goods.name AS goodsname, price.cost AS cost, b.quantity AS quantity FROM goods JOIN price ON goods.code_goods = price.code_goods LEFT0 码力 | 701 页 | 3.12 MB | 1 年前3
 firebird gfixstatement, as it normally will, the UPDATE will run a lot slower than usual and will greatly increase the cost of subsequent garbage collection against that table. 10.1.2. Cooperative Garbage Collection This0 码力 | 44 页 | 247.13 KB | 1 年前3
 firebird 5 quickstartguideversions, but if you do so, you must document your modifications and make them publicly available, at no cost, under the same license as the original code. • You may include Firebird source code (modified or0 码力 | 49 页 | 396.21 KB | 1 年前3
 Firebird 2 QuickStartversions, but if you do so, you must document your modifications and make them publicly available, at no cost, under the same license as the original code. • You may include Firebird source code (modified or0 码力 | 40 页 | 218.42 KB | 1 年前3
共 8 条
- 1
 













