Viewing 15 posts - 1 through 15 (of 24 total)
Yes, it is the same locally too. I researched. There is no much resource about this. Thanks though.
December 6, 2019 at 2:49 pm
It doesn't work that way too.
December 6, 2019 at 1:58 pm
Definitely, there would have been some change; I meant, no intentionally introduced changed. What would it be? How can I fix this? Any guidance is much appreciated!
December 5, 2019 at 2:53 pm
@bmg002, this has indeed boosted the performance. Thanks. I was trying to consider Luis's recommendation as it would make it even faster. But couldn't incorporate the 3rd table.
October 8, 2019 at 6:10 pm
@luis Cazares thanks! There was a third table 'Billing' though. I have tried to follow the same logic to include that in your code, but it is displaying...
October 8, 2019 at 6:09 pm
Thank you Ben and ScottPletcher! In order to tune the query, I was considering to change the subquery to a join. However, in addition to the one Scott suggested, I...
September 30, 2019 at 2:54 pm
@Phil, I've provided the DDL and sample data. How can I do it in a single statement? Won't separating the transactions help? Thanks.
September 26, 2019 at 1:43 pm
February 21, 2019 at 12:08 pm
February 21, 2019 at 12:07 pm
John, thanks.
About your Q: the dynamic SQL is needed as the changedateutc is retrived from clients' databases. The clients have specific domains.
November 8, 2018 at 8:14 am
Jeff, thanks for the interesting takeaway about STR(). For your question about why I need to convert the decimal(9,2) column to FLOAT, it is because of the data conversion error....
October 23, 2018 at 7:30 am
I meant a single record (a single row record of a specific column)
October 22, 2018 at 8:50 am
Thank you all! FYI ~ someone also suggested this along with the description: COALESCE(STR(columnname),'')
'Numeric types can NEVER be blank. They either have a value, or they're NULL
. "Blank"...
October 22, 2018 at 8:38 am
Viewing 15 posts - 1 through 15 (of 24 total)