你好,
在SQL筆記本,使用這個鏈接:https://docs.m.eheci.com/spark/latest/spark-sql/language-manual/set.html我設法找出設置值以及如何獲取值。
設置my_val = 10;/ /保存10關鍵my_val價值
設置my_val;/ /顯示的值my_val的關鍵
我如何在SQL查詢中使用這個值嗎?我嚐試了一些東西不工作:
select *從mytable Id = (my_val價值)
基本上在上麵的例子中,我要選擇運行Id = 10。
提前謝謝。
邁克
編輯:如果有一個不同的/更好的方法來實現這個目標,我洗耳恭聽
嗨@Mike K . .,you can do this with widgets and getArgument.
這是可能是什麼樣子的一個小例子:https://community.m.eheci.com/s/feed/0D53f00001HKHZfCAP