Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Abandoned
-
2.1.0
-
Hop Version: 2.1.0
JDBC: sqljdbc_10.2.1.0
Windows Server 2016 Standard (German)
Description
Hi,
this query works fine in SQL Server Management Studio
SELECT
GETDATE() dtTimestamp,
cSellerSKU, kUser, nQuantity, cConditionType, cWarehouseConditionType, nQtyWarehouse, nQtyUnsellable, nQtyReserved, nQtyTotal, nQtyInboundWorking, nQtyInboundShipped, nQtyReceiving, fVolume, cFNSKU, cMarketplaceId, cRegion, nPlattform
FROM dbo.pf_amazon_angebot_fba;
But in Hop / Table input I only get <null> returned in column dtTimestamp (in Examine preview data and later on).
See screeshot below.
Is this a bug or wrong use?
Thanks and regards
Stefan