Matts966

Results 27 issues of Matts966

I could not see the whole line of error. Sorry. `Plugin Error! Plugin "hyperpower" failed to load (ENOMENT: no such file or directory, open '~/.hyper_plugins/node_modules/color-stri...` I see `color-string` module in...

example: ```sql create or replace table t1 -- ← created AS ( select * from t1 -- ← but referenced union all select * from t2 ) ``` For now,...

The expected error is `Already Exists: Routine test`

`` `dataset.table` `` and `dataset.table` are recognized as different identifieres. Unifying style in queries prevent this problem for a while.

For a while, we can use UDF instead of parameterized queries. For example ```sql CREATE FUNCTION IF NOT EXISTS `constants.get_parameter_a`() AS (100); SELECT * FROM `x.x` WHERE a = `constants.get_parameter_a`();...