0% found this document useful (0 votes)
49 views1 page

Untitled

This document provides a column name and where clause for a SQL query. The column name is the first 50 characters of the ROW_NAME column from the FF_USER_ROWS_TL table. The where clause joins four tables - FF_USER_TABLES_TL, FF_USER_TABLES, FF_USER_ROWS_F, and FF_USER_ROWS_TL - on user table IDs and row IDs, and filters the results to only those rows where the user table name is equal to 'AHD_AIR_TICKET_AMT'.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views1 page

Untitled

This document provides a column name and where clause for a SQL query. The column name is the first 50 characters of the ROW_NAME column from the FF_USER_ROWS_TL table. The where clause joins four tables - FF_USER_TABLES_TL, FF_USER_TABLES, FF_USER_ROWS_F, and FF_USER_ROWS_TL - on user table IDs and row IDs, and filters the results to only those rows where the user table name is equal to 'AHD_AIR_TICKET_AMT'.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

FROM:

FF_USER_TABLES_TL FUTL, FF_USER_TABLES FUT, FF_USER_ROWS_F FURF, FF_USER_ROWS_TL


FURT

Column Name:
substr(FURT.ROW_NAME,0,50)

Where:

FUTL.USER_TABLE_NAME ='AHD_AIR_TICKET_AMT'
AND FUT.USER_TABLE_ID = FUTL.USER_TABLE_ID
AND FURT.USER_ROW_ID = FURF.USER_ROW_ID
AND FUT.USER_TABLE_ID = FURF.USER_TABLE_ID

You might also like