1
vote
COUNT(*) also counts NULL values.
SQL
answered 2 years ago
1
vote
CUBRID client applications can communicate directly over T...
Drivers
answered 2 years ago
4
votes
The USING_INDEX clause is used by the query planner when...
SQL
answered 2 years ago
1
vote
No, the following queries are not executed asynchronously: ...
SQL
answered 2 years ago
0
votes
You can write ;plan detail and then execute your query wi...
SQL
answered 2 years ago
1
vote
CREATE TABLE t(name VARCHAR(255)); INSERT INTO t VALU...
SQL
answered 2 years ago
0
votes
Since there can be duplicate records where the values of ...
SQL
answered 2 years ago
0
votes
SHOW INDEX FROM mytable; You can use either INDEX or ...
SQL
answered 2 years ago
0
votes
SHOW COLUMNS FROM mytable; You can also filter the column...
SQL
answered 2 years ago
1
vote
jdbc:cubrid:localhost:port:dbname:username:password: Usage: impor...
Drivers
answered 2 years ago
0
votes
SHOW TABLES; See the manual http://www.cubrid.org/manual/840/en/...
SQL
answered 2 years ago
3
votes
In my opinion, there is no point in passing an empty li...
SQL
answered 2 years ago
0
votes
CUBRID Migration Tool is a powerful tool to accomplish th...
Tools
answered 2 years ago
2
votes
USE_DESC_IDX applies to all index scans in the query.
SQL
answered 2 years ago
2
votes
See: 1. CREATE TABLE LIKE syntax (http://www.cubrid.org/man...
SQL
answered 2 years ago
0
votes
A simpler solution if you don't want to modify databases.tx...
Tools
answered 2 years ago
0
votes
I have tried the following approach once: - unload the d...
Tools
answered 2 years ago
2
votes
It depends on how you do the comparison. Assume you have ...
SQL
answered 2 years ago
1
vote
Hash index is not supported in CUBRID.
SQL
answered 2 years ago
5
votes
I found one solution to this. I used a initialization scr...
SQL
answered 2 years ago