Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: How to do a lookup

$
0
0

Sandy,

 

you could find these records if you use sqlscript..

 

select *

from <table>

where

"Customer" is null or

ltrim(rtrim("Customer")) = ''; -- verify this is your correct record set ... you may need additional filters or to cover other scenarios

 

once you identify the records, then you can run an update statement

 

update c

set "Customer" = 'AB'

where

"Customer" is null or

ltrim(rtrim("Customer")) = '';


Viewing all articles
Browse latest Browse all 9165

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>