Viewing 15 posts - 316 through 330 (of 8,731 total)
August 28, 2018 at 8:30 am
August 26, 2018 at 7:42 pm
August 20, 2018 at 7:27 am
August 17, 2018 at 7:10 am
August 17, 2018 at 7:09 am
Dispite my (sometimes over the top) hatred of Apple Products, I really cannot...
August 16, 2018 at 1:32 pm
Or you could use a SQL Command as destination. If the rows are going to be less than 50 at a time, it might be an option.
August 16, 2018 at 1:17 pm
August 16, 2018 at 12:09 pm
I'm not sure if you need a CASE expression in the AVG function or in the PARTITION BY clause. It depends of what you actually need. Without sample data and...
August 16, 2018 at 7:58 am
Updating 3 million (30 lakh) rows shouldn't take an hour.
I would suggest that you change your query to one that uses EXISTS
UPDATE A
...
August 16, 2018 at 7:45 am
August 16, 2018 at 7:11 am
Viewing 15 posts - 316 through 330 (of 8,731 total)