Viewing 10 posts - 1 through 10 (of 10 total)
Thank you very much, it works
July 18, 2023 at 4:39 pm
Thank you, this seems to work for me, appreciate quick reply
June 10, 2021 at 4:26 pm
Thanks for clear explanation it worked
June 3, 2021 at 5:08 pm
This is how I solved the issue:
use InputDatabase;
run my scripts where my inserts look like this:
insert into OutputDatabase.Scheme.Table
I still don't understand why it matters so much if the current database...
May 21, 2021 at 5:37 pm
My question still stands - does column content (some values vs. all nulls) matter when altering column type from INT to BIGINT?
August 23, 2020 at 8:43 pm
As I have said - old values no longer needed, this recommendation is not really applicable
August 23, 2020 at 8:41 pm
I think that group by along with having clause is what you are after, such as:
select customer_id
,street_number
,street
,City
,State
,Zip
from your_table
May 30, 2018 at 11:00 pm
Thanks for a simple yet effective tool.
One thing was not clear = why all those functions are declared to return TABLE? it looks to me these funcs return just a...
September 29, 2010 at 1:16 am
Viewing 10 posts - 1 through 10 (of 10 total)