I keep getting this the error below when I run the Postgresql code below that. Can anyone please point me in a direction to understand why this is happening?
Error: [Pivotal][Greenplum JDBC Driver][Greenplum]column "vin8" does not exist. SQLState: 42703 ErrorCode: 0
SELECT *, substring(i_vin, 10, 8) AS VIN8
FROM datasci_stage."safety_ce_mod_out"
WHERE VIN8 = 'DG540732'
LIMIT 5;