How to get the value of the 2nd table form without participating in sleep mode
Hi I have a CHECKPRODUCT table.
i also has a second table CHECKSTATUS_LOOKUP with column name DESCRIPTION
while I get values from CHECKPRODUCT, I also want the value from the DESCRIPTION column of the second table (CHECKSTATUS_LOOKUP), but I don't want to join both tables. are there any ways to do this
-1
a source to share
2 answers