BookmarkSubscribeRSS Feed
Satora_In
Quartz | Level 8

Приветствую всех, 

Когда я подключил Click House в Sas, я обнаружил эту ошибку.  ОШИБКА: Исходный оператор SQL содержит UDF, который не передается в базу данных. Выполнение SQL остановлено.

 

Помогите пожалуйста, как решить эту проблему, прилагаю запрос

 

процедура SQL;
подключиться с помощью клика;
создать таблицу work.DEP TO GOLD_OR_CLICK как выбрать | от соединения до щелчка (выберите event_id,
имя события, метку времени события, хеш идентификатора пользователя, продукт, выбранный продукт, канал из событий aws, где aws _events.event_name awsevents.event timestamp >= Today ()-30)
ярлык пополнения учетной записи нажмите' отключение
от щелчка;
покидать;

3 REPLIES 3
ChrisHemedinger
Community Manager

The TODAY() function might be stopping this from passing through to the database. Try using the more standard SQL function DATE() and see if that passes through.

Register for SAS Innovate 2025!! The premier event for SAS users, May 6-9 in Orlando FL. Sign up now for the best deals!
Satora_In
Quartz | Level 8

Thank you, Kris, I will try.  

 
Satora_In
Quartz | Level 8

I am using the Oracle database.

sas-innovate-white.png

Missed SAS Innovate in Orlando?

Catch the best of SAS Innovate 2025 — anytime, anywhere. Stream powerful keynotes, real-world demos, and game-changing insights from the world’s leading data and AI minds.

 

Register now

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1815 views
  • 0 likes
  • 2 in conversation