I have table A I have table B How do i get values ‘304’, ‘305’….n in B.number column if any new values comes in table A by keeping table B static(i.e keeping the old values in table B unchanged) Answer This should work, as you’ve posed the question. But this is a strange thing to need to do, so it
Tag: netezza
Netezza SQL syntax to convert numeric YYYYMMDD format into date
We have a Netezza table that contains dates stored in a numeric YYYYMMDD format (eg 20090731). What is the best Netezza syntax to use to convert this into date format? eg SELECT somefunction(…