Daehyun Kim
Daehyun Kim
This looks awesome! This will give better interactivity in its core essence. I think I'll make a lot of TUIs if this gets accepted. Thanks everyone for their efforts for...
 create index idx_clob_int on tbl_clob_int (b); 를 통해 인덱스를 만들 경우 ERROR: Cannot define index on domain "LOB". 메세지와 함께 생성이 되지 않는 현상이 있는데 확인해주시면 감사하겠습니다. ``` CUBRID...
 ```sql show columns from xx; ``` 실행 결과 VARCHAR, BIT VARYING로 표시되는 현상이 있는데 확인 부탁드립니다.
 ``` SELECT a.attr_name, t.type_name FROM _db_attribute a join _db_data_type t ON a.data_type = t.type_id WHERE class_of.class_name = 'xx' ORDER BY a.def_order; ``` 위 구문의 결과가 STRING, VARBIT으로 표시되는 현상에...
/run sql medium
Thank you so much both of you for bringing up and solving this question