Changeset 4762 for temp/trunk/html/test/kakinaka/mysql.php
- Timestamp:
- 2006/09/15 11:51:02 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/test/kakinaka/mysql.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/kakinaka/mysql.php
r4761 r4762 52 52 dtb_products AS T1 RIGHT JOIN (SELECT product_id AS product_id_sub, MIN(product_code) AS product_code_min, MAX(product_code) AS product_code_max, MIN(price01) AS price01_min, MAX(price01) AS price01_max, MIN(price02) AS price02_min, MAX(price02) AS price02_max, MIN(stock) AS stock_min, MAX(stock) AS stock_max, MIN(stock_unlimited) AS stock_unlimited_min, MAX(stock_unlimited) AS stock_unlimited_max FROM dtb_products_class GROUP BY product_id) AS T2 ON T1.product_id = T2.product_id_sub 53 53 ) vw_products_allclass '; 54 55 print(preg_replace("/[\r\n\t]/"," ",$sql)); 54 55 //print(preg_replace("/[\r\n\t]/"," ",$sql)); 56 57 $sql= "SELECT * fROm ILike = ad fd"; 58 59 print(eregi_replace("(ILIKE )", "LIKE BINARY ", $sql)); 60 56 61 57 62 print("end");
Note: See TracChangeset
for help on using the changeset viewer.
