![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have two sql statements that I would like to join into one statement the first is SELECT node_data.node_name FROM tsmadmin.node_data WHERE( node_data.contact = lower( 'email' )) ORDER BY node_name the second SELECT contact, report FROM report_freq WHERE( contact = lower( 'email' )) I can't do a normal join since email may not be in the report_freq table. |
#3
| |||
| |||
|
|
I have two sql statements that I would like to join into one statement the first is SELECT node_data.node_name FROM tsmadmin.node_data WHERE( node_data.contact = lower( 'email' )) ORDER BY node_name the second SELECT contact, report FROM report_freq WHERE( contact = lower( 'email' )) I can't do a normal join since email may not be in the report_freq table. |
![]() |
| Thread Tools | |
| Display Modes | |
| |