python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Pyspark with Joblib giving me ambiguous result
I am trying to fetch data from teradata--
select ... from table1_1
union all
select .. from table_2
union all
select ... from table_3
NOTE: One or more select .. may fail which should not cause whole...
Epsi95
Votes: 0
Answers: 1
SQL query to filter multiple conditions
#I want to add a filter for model_no such that if. I define a bunch of models, for example(fasd, wqeqwe) it should only populate those in the table. Help me build this query#
SELECT
E.T2580_GIN_ID A...
what's_in_the_name
Votes: 0
Answers: 1
Teradata Oracle Wire Protocol ODBC connection test error, specified driver could not be loaded
I am trying to test my ODBC connection in Teradata on UNIX using adhoc file.
teradata/client/17.10/odbc_64/samples/C/adhoc
when trying to connect to Oracle DSN, I get following error
adhoc: (SQL Dia...
user18609655
Votes: 0
Answers: 0
How to find count and percentage of that count again over all in teradata
enter image description here
Name Date Key sce
Apple 1/1/2022 1111 1
Apple 1/1/2022 123 -11
Apple 1/1/2022 3435 -11
Mango 1/1/2022 14124 1
Mango 1...
sri
Votes: 0
Answers: 1