Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to just select a Year from VBAK. I am using the following SQL select statement with no luck. Any ideas?
Thanks
SQL Select * from VBAK where (AUART = 'ZRRC' or AUART = 'ZBPC' or AUART = 'ZRPS' or AUART = 'ZBCS') and year(GUEBG) = '$(vPYear)'
GUEBG is in a yyyymmdd format. When I use the full date it works. The variable is 2014.