Приветствую всех,
Когда я подключил 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)
ярлык пополнения учетной записи нажмите' отключение
от щелчка;
покидать;
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.
Thank you, Kris, I will try.
I am using the Oracle database.
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.
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.
Ready to level-up your skills? Choose your own adventure.