SQL |
-- pr_judge_search N
SELECT
NULL AS keyfield
,NULL AS search_name_last
,NULL AS search_name_first
,NULL AS text_name_last_or_other
,NULL AS text_name_first
,NULL AS text_name_middle
,NULL AS desc_judge_status
,NULL AS num_judge
,NULL AS cde_visiting_judge
,NULL AS text_prefix
,NULL AS text_suffix
,NULL AS text_e_mail1
,NULL AS text_addr1
,NULL AS text_addr2
,NULL AS text_city
,NULL AS cde_postal_code
,NULL AS cde_state_province
,NULL AS cde_country
,NULL AS desc_state_province
,NULL AS text_judge_url
,NULL AS text_judge_fee_info
,NULL as ind_is_delegate
FROM dual |