× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Hi David,

Use double quotes around the library.
==> crtlib lib(loyd.good) type(*test)
==> CRTDUPOBJ OBJ(DEPTMAP) FROMLIB(PROD_DTA) OBJTYPE(*FILE) TOLIB(LOYD.GOOD)
DATA(*YES)
==> strsql

===> select * from "LOYD.GOOD"/deptmap
SELECT statement run complete.


Single quotes don't work:
===> select * from 'LOYD.GOOD'/deptmap
Token 'LOYD.GOOD' was not valid. Valid tokens: ( TABLE LATERAL <IDEN

HTH,
Loyd

On Tue, Jun 15, 2010 at 2:26 PM, David Gibbs <david@xxxxxxxxxxxx> wrote:

Folks:

Anyone know if there is a way, in SQL, to use a full qualified library &
file where the library has a period in it?

Something like this: alter table lib.rary/filename add column new column
...

Thanks!

david


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.