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

JCPL - Quick

This SQL statement creates two empty tables called GEN_TRN_PINV_HDR and GEN_TRN_PINV_LDR by selecting all columns from existing tables into the new tables where no rows will be selected.

Uploaded by

info.glcom5161
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)
73 views1 page

JCPL - Quick

This SQL statement creates two empty tables called GEN_TRN_PINV_HDR and GEN_TRN_PINV_LDR by selecting all columns from existing tables into the new tables where no rows will be selected.

Uploaded by

info.glcom5161
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

SELECT * INTO GEN_TRN_PINV_HDR FROM IFA_TRN_GSALE_HDR WHERE 1=0

SELECT * INTO GEN_TRN_PINV_LDR FROM IFA_TRN_GSALE_LDR WHERE 1=0

You might also like