diff options
| author | robot-piglet <[email protected]> | 2025-04-30 20:00:33 +0300 | 
|---|---|---|
| committer | robot-piglet <[email protected]> | 2025-04-30 20:12:11 +0300 | 
| commit | d27d710fd0fb981adbe2387d3602e2ccde6ba419 (patch) | |
| tree | 113ffafc56545576b79f243a58179144ffd05901 | |
| parent | a6977fb7ffb337578fde8b6bff164a9dc80f7c69 (diff) | |
Intermediate changes
commit_hash:e37eb68f940d5c686451da8a77ed31e4b0c76fe1
| -rw-r--r-- | yql/tools/yqlrun/http/www/js/mode-sql.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/yql/tools/yqlrun/http/www/js/mode-sql.js b/yql/tools/yqlrun/http/www/js/mode-sql.js index 8d0a0d12460..81448df47e0 100644 --- a/yql/tools/yqlrun/http/www/js/mode-sql.js +++ b/yql/tools/yqlrun/http/www/js/mode-sql.js @@ -25,7 +25,7 @@ var SqlHighlightRules = function() {          "avg|cast|coalesce|likely|random|randomnumber|filecontent|filepath|length|max|median|count|count_if|" +          "grouping|min|percentile|sum|min_by|max_by|min_of|max_of|stddev|variance|" +          "stddev_sample|stddev_population|variance_sample|variance_population|" + -        "bool_and|bool_or|bit_and|bit_or|bit_xor|some|list|unique|sakura|betula|banach|smith|hegel|aristotle|plato|quine|marx|freud|hahn|cedar" +        "bool_and|bool_or|bit_and|bit_or|bit_xor|some|list|unique"      );      var dataTypes = ( | 
