Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2895

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 2895

Trending Articles



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