taosdata / taosdata/TDengine

auto create table insertion failed with : "table does not exist"

Open
#24,142 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

help wanted question
Dominant language
C
Stars
25.1k
Forks
5k
Avg merge
4d 59m
Merged PRs (30d)
7

Description

sql语句是:INSERT INTO icp_test.person_error_zb2-07 USING icp_test.person_error TAGS (1,1,1,1) VALUES (1703036825001,1,1,1,1,1,1)
提示报错:### Cause: java.sql.SQLException: TDengine ERROR (0x80002603): Table does not exist
; uncategorized SQLException; SQL state []; error code [-2147473917]; TDengine ERROR (0x80002603): Table does not exist
这是为什么

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the reported INSERT ... USING ... TAGS ... VALUES statement against TDengine and verify the referenced database, stable, and table identifier. Trace the auto-create table behavior for this statement and compare the resulting error with the reported SQLException. Done means identifying the cause and either correcting the behavior or documenting the required SQL conditions.

Written by the indexing model from the issue text.

Assessment

Tech stack
sql
Domain
databases
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.