Lines Matching refs:col1
24 $sql = sprintf("CREATE TABLE test(id INT AUTO_INCREMENT PRIMARY KEY, col1 %s) ENGINE=%s",
35 $col1 = mt_rand($min, $max);
36 $values[$i] = $col1;
37 $sql = sprintf("INSERT INTO test(id, col1) VALUES (%d, %f)",
38 $i, $col1);
162 test_format($link, 'FORMAT(col1, 0)', 'test', NULL, array(), 100);
167 test_format($link, 'id AS order_by_col, FORMAT(col1, 0)', 'test', 'id', $expected, 120);
172 test_format($link, 'id AS order_by_col, FORMAT(col1, 0)', 'test', 'id', $expected, 140);
177 test_format($link, 'id AS order_by_col, FORMAT(col1, 0)', 'test', 'id', $expected, 160);
188 FORMAT(col1, 0)
190 id AS order_by_col, FORMAT(col1, 0)
192 id AS order_by_col, FORMAT(col1, 0)
194 id AS order_by_col, FORMAT(col1, 0)