All Apps and Add-ons

Join table on Splunk connect DB

indeed_2000
Motivator

Hi want to Join table on Splunk connect DB
1- table1
2- table2
3- common column (id)

I try to join them with (id) column but it give me below error

here is my query:
SELECT id
FROM table1, table2
JOIN table1.id ON table2.id;

here is the error:
java.sql.SQLException: The specified table (table1.id) is not in the database.

Any recommendation?

alt text

0 Karma

jkat54
SplunkTrust
SplunkTrust

You need to know SQL and the table you're working with to correctly do this. I recommend that you work with your SQL team or DB administrator.

0 Karma

indeed_2000
Motivator

DB administrator give me SQL queries that work in their environment but not work in splunk connect DB.

0 Karma

jkat54
SplunkTrust
SplunkTrust

The error is telling you the tables don't exist.

0 Karma

indeed_2000
Motivator

I know because table name is “table1” but when I join them with Sql command it will be table1.id

0 Karma

jkat54
SplunkTrust
SplunkTrust

No, the error is saying table1 does not exist in the database.

0 Karma

indeed_2000
Motivator

I can see table in the list of left panel

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...