Skip to content

Specific hover issue #379

Open
Open
@worksofliam

Description

@worksofliam
create or replace table krakmeup.ifscomp as (
select *
  from table (
      QSYS2.COMPARE_IFS(
        START_PATH_NAME1     => '/krakmeup/', 
        START_PATH_NAME2     => '/krakmeup/',
        RDB2                 => 'QIBM_DB2M_00000', 
        OBJECT_TYPE_LIST     => '*ALL', 
        SUBTREE_DIRECTORIES  => 'YES',
        COMPARE_ATTRIBUTES   => 'YES')
    )
    ) with data on replace delete rows;
    
 end;

related to the parser.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions