S
SF
Hi,
I have the following:
SELECT TransactionID, TransactionDate
FROM dbo.tblTransaction
WHERE (TransactionDate = GETDATE())
This would return empty view result even if there is transaction
Could you please advice
SF
I have the following:
SELECT TransactionID, TransactionDate
FROM dbo.tblTransaction
WHERE (TransactionDate = GETDATE())
This would return empty view result even if there is transaction
Could you please advice
SF