Does anyone know the correct syntax for window fun...
# general
a
Does anyone know the correct syntax for window functions in Oracle SQL or do they not allow those like other flavors of SQL? example
Copy code
Sum(Amount) OVER (Partition By DATE)
j
I think you're just missing the curly brackets around the NS fields, like this
Sum{amount} OVER (Partition By {Date})
a
@john.tran I don't think that's quite correct
this is in a SQL IDE, not in NetSuite's UI, so I don't think curly brackets are my answer here
j
ah ok, that was the syntax to use within Netsuite
sorry, don't have an answer for you