Skip to content

Commit aab88e1

Browse files
committed
delimit_name scalar func on member name
1 parent e357948 commit aab88e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/schemaBrowser/statements.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ export function getRecordLocksStatement(schema: string, table: string): string {
306306
return `
307307
select
308308
relative_record_number "RRN",
309-
table_partition "Member",
309+
qsys2.delimit_name(table_partition) "Member",
310310
lock_status "Lock Status",
311311
lock_state "Lock Request Type",
312312
substr(job_name,locate_in_string(job_name,'/',-1)+1) "Job Name",

0 commit comments

Comments
 (0)