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.

SAS For Dummies 3rd Edition! Check out the new edition, covering SAS 9.4, SAS Viya, and all of the modern ways to use SAS!
Satora_In
Quartz | Level 8

Thank you, Kris, I will try.  

 
Satora_In
Quartz | Level 8

I am using the Oracle database.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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
  • 2298 views
  • 0 likes
  • 2 in conversation