Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8158959
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T17:46:26+00:00 2026-06-06T17:46:26+00:00

I have a DB2 file with a name like my.test. The DB2 filename contains

  • 0

I have a DB2 file with a name like “my.test”. The DB2 filename contains a dot '.'

If I try and run the following query via strsql:

select * from my.test

I receive the following error:

Token . was not valid. Valid tokens: FOR USE SKIP WAIT WITH FETCH ORDER UNION EXCEPT OPTIMIZE.

Is there a way around this? I tried surrounding it in quotes but that doesn’t help.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T17:46:27+00:00Added an answer on June 6, 2026 at 5:46 pm

    Double quotes are the correct way to escape the file name. The file name becomes case sensitive within quotes and must be specified in upper case.

    SELECT * FROM "MY.TEST"
    

    Note that in the IFS naming convention the “.” operator is used to reference members within a file but it doesn’t work with SQL.

    If you need to access a file named “MY” with a member named “TEST” you would need to create an alias to query against.

    CREATE ALIAS QTEMP/MYTEST FOR MY (TEST)
    SELECT * FROM QTEMP/MYTEST
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have written a DB2 query to do the following: Create a temp table
I have a specific DB2 query, and I would like to execute this query
We have our project build using maven. We try to run our unit test
I have DB2 table having following structure CREATE TABLE DUMMY ( ID CHARACTER(10) NOT
I have a table in db2 which has the following fields int xyz; string
Let's say I have the following XML file below. My question is, how to
I m executing following: db2 -tvsf ./sql/update_product.sql I have used eclipse for editing update_product.sql
I have a db2 database file, but do not have a db2 server. I
I have a one query explaind below...., 1.My DB2 table column is in INTEGER
I have a db2 table which contains 50 rows. How can i display this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.